Color Hex Logo

#b51416 Color Hex

#B51416
(181,20,22)
0 Favorites   0 Comments

Color spaces of #b51416

RGB 1812022
HSL1.000.800.39
HSV359°89°71°
CMYK 0.000.890.88   0.29
XYZ19.451010.38201.7378
Yxy10.38200.61610.3288
Hunter Lab32.221151.368619.3571
CIE-Lab38.519559.651043.6440

#b51416 color RGB value is (181,20,22).

#b51416 hex color red value is 181, green value is 20 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b51416 hue: 1.00 , saturation: 0.80 and the lightness value of b51416 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 00010110
Octal 265 24 26
Decimal 181 20 22
Hex B5 14 16

RGB Percentages of Color #b51416

%81.17
%8.97
%9.87

CMYK Percentages of Color #b51416

%0
%89
%88
%29

Triadic Colors of #b51416

#b51416 #16b514 #1416b5

Analogous Colors of #b51416

#b51416 #b56214 #b51467

Monochromatic Colors of #b51416

#b51416

Complementary Color

#b51416 #14b5b3

#b51416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51416 Color CSS Codes

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

#b51416 Text Font Color

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

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


#b51416 Background Color

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

This div background color is #b51416


#b51416 Border Color

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

This div border color is #b51416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51416


Comments

No comments written yet.

Please login to write comment.