Color Hex Logo

#b72414 Color Hex

#B72414
(183,36,20)
0 Favorites   0 Comments

Color spaces of #b72414

RGB 1833620
HSL0.020.800.40
HSV89°72°
CMYK 0.000.800.89   0.28
XYZ20.285611.37951.7891
Yxy11.37950.60640.3402
Hunter Lab33.733548.307120.4689
CIE-Lab40.212456.509146.0722

#b72414 color RGB value is (183,36,20).

#b72414 hex color red value is 183, green value is 36 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b72414 hue: 0.02 , saturation: 0.80 and the lightness value of b72414 is 0.40.

The process color (four color CMYK) of #b72414 color hex is 0.00, 0.80, 0.89, 0.28. Web safe color of #b72414 is #cc3300. Color #b72414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100100 00010100
Octal 267 44 24
Decimal 183 36 20
Hex B7 24 14

RGB Percentages of Color #b72414

%76.57
%15.06
%8.37

CMYK Percentages of Color #b72414

%0
%80
%89
%28

Triadic Colors of #b72414

#b72414 #14b724 #2414b7

Analogous Colors of #b72414

#b72414 #b77614 #b71456

Monochromatic Colors of #b72414

#b72414

Complementary Color

#b72414 #14a7b7

#b72414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72414 Color CSS Codes

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

#b72414 Text Font Color

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

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


#b72414 Background Color

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

This div background color is #b72414


#b72414 Border Color

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

This div border color is #b72414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72414


Comments

No comments written yet.

Please login to write comment.