Color Hex Logo

#b4450c Color Hex

#B4450C
(180,69,12)
0 Favorites   0 Comments

Color spaces of #b4450c

RGB 1806912
HSL0.060.880.38
HSV20°93°71°
CMYK 0.000.620.93   0.29
XYZ21.016913.98611.9397
Yxy13.98610.56890.3786
Hunter Lab37.398034.866823.1034
CIE-Lab44.213042.813651.5813

#b4450c color RGB value is (180,69,12).

#b4450c hex color red value is 180, green value is 69 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b4450c hue: 0.06 , saturation: 0.88 and the lightness value of b4450c is 0.38.

The process color (four color CMYK) of #b4450c color hex is 0.00, 0.62, 0.93, 0.29. Web safe color of #b4450c is #cc3300. Color #b4450c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 00001100
Octal 264 105 14
Decimal 180 69 12
Hex B4 45 C

RGB Percentages of Color #b4450c

%68.97
%26.44
%4.60

CMYK Percentages of Color #b4450c

%0
%62
%93
%29

Triadic Colors of #b4450c

#b4450c #0cb445 #450cb4

Analogous Colors of #b4450c

#b4450c #b4990c #b40c27

Monochromatic Colors of #b4450c

#b4450c

Complementary Color

#b4450c #0c7bb4

#b4450c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4450c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4450c Color CSS Codes

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

#b4450c Text Font Color

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

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


#b4450c Background Color

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

This div background color is #b4450c


#b4450c Border Color

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

This div border color is #b4450c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,69,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4450c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4450c;
  -webkit-box-shadow: 1px 1px 3px 2px #b4450c;
  box-shadow:         1px 1px 3px 2px #b4450c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4450c


Comments

No comments written yet.

Please login to write comment.