Color Hex Logo

#b4110c Color Hex

#B4110C
(180,17,12)
0 Favorites   0 Comments

Color spaces of #b4110c

RGB 1801712
HSL0.000.880.38
HSV93°71°
CMYK 0.000.910.93   0.29
XYZ19.089210.13071.2971
Yxy10.13070.62550.3320
Hunter Lab31.828851.354519.8639
CIE-Lab38.076059.724247.5571

#b4110c color RGB value is (180,17,12).

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

The process color (four color CMYK) of #b4110c color hex is 0.00, 0.91, 0.93, 0.29. Web safe color of #b4110c is #cc0000. Color #b4110c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 00001100
Octal 264 21 14
Decimal 180 17 12
Hex B4 11 C

RGB Percentages of Color #b4110c

%86.12
%8.13
%5.74

CMYK Percentages of Color #b4110c

%0
%91
%93
%29

Triadic Colors of #b4110c

#b4110c #0cb411 #110cb4

Analogous Colors of #b4110c

#b4110c #b4650c #b40c5b

Monochromatic Colors of #b4110c

#b4110c

Complementary Color

#b4110c #0cafb4

#b4110c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4110c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4110c Color CSS Codes

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

#b4110c Text Font Color

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

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


#b4110c Background Color

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

This div background color is #b4110c


#b4110c Border Color

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

This div border color is #b4110c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,17,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 #b4110c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4110c


Comments

No comments written yet.

Please login to write comment.