Color Hex Logo

#b52109 Color Hex

#B52109
(181,33,9)
0 Favorites   0 Comments

Color spaces of #b52109

RGB 181339
HSL0.020.910.37
HSV95°71°
CMYK 0.000.820.95   0.29
XYZ19.649210.93121.3327
Yxy10.93120.61570.3425
Hunter Lab33.062448.224720.7538
CIE-Lab39.464456.575649.5367

#b52109 color RGB value is (181,33,9).

#b52109 hex color red value is 181, green value is 33 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b52109 hue: 0.02 , saturation: 0.91 and the lightness value of b52109 is 0.37.

The process color (four color CMYK) of #b52109 color hex is 0.00, 0.82, 0.95, 0.29. Web safe color of #b52109 is #cc3300. Color #b52109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 00001001
Octal 265 41 11
Decimal 181 33 9
Hex B5 21 9

RGB Percentages of Color #b52109

%81.17
%14.80
%4.04

CMYK Percentages of Color #b52109

%0
%82
%95
%29

Triadic Colors of #b52109

#b52109 #09b521 #2109b5

Analogous Colors of #b52109

#b52109 #b57709 #b50947

Monochromatic Colors of #b52109

#b52109

Complementary Color

#b52109 #099db5

#b52109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52109 Color CSS Codes

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

#b52109 Text Font Color

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

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


#b52109 Background Color

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

This div background color is #b52109


#b52109 Border Color

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

This div border color is #b52109


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,33,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 #b52109">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52109


Comments

No comments written yet.

Please login to write comment.