color codes Logo

#b3050d color codes

#B3050D
(179,5,13)
0 Favorites   0 Comments

Color spaces of #b3050d

RGB 179513
HSL0.990.950.36
HSV357°97°70°
CMYK 0.000.970.93   0.30
XYZ18.71739.72131.2707
Yxy9.72130.63000.3272
Hunter Lab31.179052.593419.4089
CIE-Lab37.337560.993346.5959

#b3050d color RGB value is (179,5,13).

#b3050d hex color red value is 179, green value is 5 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b3050d hue: 0.99 , saturation: 0.95 and the lightness value of b3050d is 0.36.

The process color (four color CMYK) of #b3050d color code is 0.00, 0.97, 0.93, 0.30. Web safe color of #b3050d is #cc0000. Color #b3050d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000101 00001101
Octal 263 5 15
Decimal 179 5 13
Hex B3 5 D

RGB Percentages of Color #b3050d

%90.86
%2.54
%6.60

CMYK Percentages of Color #b3050d

%0
%97
%93
%30

Triadic Colors of #b3050d

#b3050d #0db305 #050db3

Analogous Colors of #b3050d

#b3050d #b35405 #b30564

Monochromatic Colors of #b3050d

#b3050d

Complementary Color

#b3050d #05b3ab

#b3050d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3050d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3050d Color CSS Codes

.mybgcolor {background-color:#b3050d; } 
.myforecolor {color:#b3050d; }
.mybordercolor {border:3px solid #b3050d; }

#b3050d Text Font Color

<p style="color:#b3050d">Text here</p>

This sample text font color is #b3050d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b3050d Background Color

<div style="background-color:#b3050d">
Div content here</div>

This div background color is #b3050d


#b3050d Border Color

<div style="border:3px solid #b3050d">
Div here</div>

This div border color is #b3050d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,5,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3050d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3050d;
  -webkit-box-shadow: 1px 1px 3px 2px #b3050d;
  box-shadow:         1px 1px 3px 2px #b3050d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,5,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3050d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3050d;
  -webkit-box-shadow: 1px 1px 3px 2px #b3050d;
  box-shadow:         1px 1px 3px 2px #b3050d;">
Div content here</div>

This div box has shadow with color #b3050d


Comments

No comments written yet.

Please login to write comment.