Color Hex Logo

#b71210 Color Hex

#B71210
(183,18,16)
0 Favorites   0 Comments

Color spaces of #b71210

RGB 1831816
HSL0.000.840.39
HSV91°72°
CMYK 0.000.900.91   0.28
XYZ19.838310.53731.4785
Yxy10.53730.62280.3308
Hunter Lab32.461252.281120.0224
CIE-Lab38.790060.427846.7510

#b71210 color RGB value is (183,18,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010010 00010000
Octal 267 22 20
Decimal 183 18 16
Hex B7 12 10

RGB Percentages of Color #b71210

%84.33
%8.29
%7.37

CMYK Percentages of Color #b71210

%0
%90
%91
%28

Triadic Colors of #b71210

#b71210 #10b712 #1210b7

Analogous Colors of #b71210

#b71210 #b76610 #b71062

Monochromatic Colors of #b71210

#b71210

Complementary Color

#b71210 #10b5b7

#b71210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71210 Color CSS Codes

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

#b71210 Text Font Color

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

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


#b71210 Background Color

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

This div background color is #b71210


#b71210 Border Color

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

This div border color is #b71210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71210


Comments

No comments written yet.

Please login to write comment.