Color Hex Logo

#b72226 Color Hex

#B72226
(183,34,38)
0 Favorites   0 Comments

Color spaces of #b72226

RGB 1833438
HSL1.000.690.43
HSV358°81°72°
CMYK 0.000.810.79   0.28
XYZ20.450311.35132.9469
Yxy11.35130.58850.3267
Hunter Lab33.691749.386118.3983
CIE-Lab40.166057.515936.7899

#b72226 color RGB value is (183,34,38).

#b72226 hex color red value is 183, green value is 34 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b72226 hue: 1.00 , saturation: 0.69 and the lightness value of b72226 is 0.43.

The process color (four color CMYK) of #b72226 color hex is 0.00, 0.81, 0.79, 0.28. Web safe color of #b72226 is #cc3333. Color #b72226 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100010 00100110
Octal 267 42 46
Decimal 183 34 38
Hex B7 22 26

RGB Percentages of Color #b72226

%71.76
%13.33
%14.90

CMYK Percentages of Color #b72226

%0
%81
%79
%28

Triadic Colors of #b72226

#b72226 #26b722 #2226b7

Analogous Colors of #b72226

#b72226 #b76922 #b72271

Monochromatic Colors of #b72226

#b72226

Complementary Color

#b72226 #22b7b3

#b72226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72226 Color CSS Codes

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

#b72226 Text Font Color

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

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


#b72226 Background Color

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

This div background color is #b72226


#b72226 Border Color

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

This div border color is #b72226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72226


Comments

No comments written yet.

Please login to write comment.