Color Hex Logo

#b4160f Color Hex

#B4160F
(180,22,15)
0 Favorites   0 Comments

Color spaces of #b4160f

RGB 1802215
HSL0.010.850.38
HSV92°71°
CMYK 0.000.880.92   0.29
XYZ19.195510.31161.4306
Yxy10.31160.62050.3333
Hunter Lab32.111750.507119.8368
CIE-Lab38.396058.887546.5926

#b4160f color RGB value is (180,22,15).

#b4160f hex color red value is 180, green value is 22 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b4160f hue: 0.01 , saturation: 0.85 and the lightness value of b4160f is 0.38.

The process color (four color CMYK) of #b4160f color hex is 0.00, 0.88, 0.92, 0.29. Web safe color of #b4160f is #cc0000. Color #b4160f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010110 00001111
Octal 264 26 17
Decimal 180 22 15
Hex B4 16 F

RGB Percentages of Color #b4160f

%82.95
%10.14
%6.91

CMYK Percentages of Color #b4160f

%0
%88
%92
%29

Triadic Colors of #b4160f

#b4160f #0fb416 #160fb4

Analogous Colors of #b4160f

#b4160f #b4690f #b40f5b

Monochromatic Colors of #b4160f

#b4160f

Complementary Color

#b4160f #0fadb4

#b4160f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4160f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4160f Color CSS Codes

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

#b4160f Text Font Color

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

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


#b4160f Background Color

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

This div background color is #b4160f


#b4160f Border Color

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

This div border color is #b4160f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4160f


Comments

No comments written yet.

Please login to write comment.