Color Hex Logo

#b31509 Color Hex

#B31509
(179,21,9)
0 Favorites   0 Comments

Color spaces of #b31509

RGB 179219
HSL0.010.900.37
HSV95°70°
CMYK 0.000.880.95   0.30
XYZ18.907910.13981.2191
Yxy10.13980.62470.3350
Hunter Lab31.843150.265120.0202
CIE-Lab38.092258.724548.5196

#b31509 color RGB value is (179,21,9).

#b31509 hex color red value is 179, green value is 21 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b31509 hue: 0.01 , saturation: 0.90 and the lightness value of b31509 is 0.37.

The process color (four color CMYK) of #b31509 color hex is 0.00, 0.88, 0.95, 0.30. Web safe color of #b31509 is #cc0000. Color #b31509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 00001001
Octal 263 25 11
Decimal 179 21 9
Hex B3 15 9

RGB Percentages of Color #b31509

%85.65
%10.05
%4.31

CMYK Percentages of Color #b31509

%0
%88
%95
%30

Triadic Colors of #b31509

#b31509 #09b315 #1509b3

Analogous Colors of #b31509

#b31509 #b36a09 #b30952

Monochromatic Colors of #b31509

#b31509

Complementary Color

#b31509 #09a7b3

#b31509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31509 Color CSS Codes

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

#b31509 Text Font Color

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

This sample text font color is #b31509
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.


#b31509 Background Color

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

This div background color is #b31509


#b31509 Border Color

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

This div border color is #b31509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31509


Comments

No comments written yet.

Please login to write comment.