Color Hex Logo

#b71112 Color Hex

#B71112
(183,17,18)
0 Favorites   0 Comments

Color spaces of #b71112

RGB 1831718
HSL1.000.830.39
HSV360°91°72°
CMYK 0.000.910.90   0.28
XYZ19.838110.51181.5557
Yxy10.51180.62180.3295
Hunter Lab32.421952.481119.8504
CIE-Lab38.745760.617545.8583

#b71112 color RGB value is (183,17,18).

#b71112 hex color red value is 183, green value is 17 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b71112 hue: 1.00 , saturation: 0.83 and the lightness value of b71112 is 0.39.

The process color (four color CMYK) of #b71112 color hex is 0.00, 0.91, 0.90, 0.28. Web safe color of #b71112 is #cc0000. Color #b71112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 00010010
Octal 267 21 22
Decimal 183 17 18
Hex B7 11 12

RGB Percentages of Color #b71112

%83.94
%7.80
%8.26

CMYK Percentages of Color #b71112

%0
%91
%90
%28

Triadic Colors of #b71112

#b71112 #12b711 #1112b7

Analogous Colors of #b71112

#b71112 #b76311 #b71165

Monochromatic Colors of #b71112

#b71112

Complementary Color

#b71112 #11b7b6

#b71112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71112 Color CSS Codes

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

#b71112 Text Font Color

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

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


#b71112 Background Color

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

This div background color is #b71112


#b71112 Border Color

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

This div border color is #b71112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71112


Comments

No comments written yet.

Please login to write comment.