Color Hex Logo

#b72204 Color Hex

#B72204
(183,34,4)
0 Favorites   0 Comments

Color spaces of #b72204

RGB 183344
HSL0.030.960.37
HSV10°98°72°
CMYK 0.000.810.98   0.28
XYZ20.122411.22011.2200
Yxy11.22010.61800.3446
Hunter Lab33.496448.612121.2880
CIE-Lab39.948756.842351.7095

#b72204 color RGB value is (183,34,4).

#b72204 hex color red value is 183, green value is 34 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b72204 hue: 0.03 , saturation: 0.96 and the lightness value of b72204 is 0.37.

The process color (four color CMYK) of #b72204 color hex is 0.00, 0.81, 0.98, 0.28. Web safe color of #b72204 is #cc3300. Color #b72204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100010 00000100
Octal 267 42 4
Decimal 183 34 4
Hex B7 22 4

RGB Percentages of Color #b72204

%82.81
%15.38
%1.81

CMYK Percentages of Color #b72204

%0
%81
%98
%28

Triadic Colors of #b72204

#b72204 #04b722 #2204b7

Analogous Colors of #b72204

#b72204 #b77c04 #b70440

Monochromatic Colors of #b72204

#b72204

Complementary Color

#b72204 #0499b7

#b72204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72204 Color CSS Codes

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

#b72204 Text Font Color

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

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


#b72204 Background Color

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

This div background color is #b72204


#b72204 Border Color

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

This div border color is #b72204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,34,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b72204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b72204;
  -webkit-box-shadow: 1px 1px 3px 2px #b72204;
  box-shadow:         1px 1px 3px 2px #b72204; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72204


Comments

No comments written yet.

Please login to write comment.