Color Hex Logo

#b51611 Color Hex

#B51611
(181,22,17)
0 Favorites   0 Comments

Color spaces of #b51611

RGB 1812217
HSL0.010.830.39
HSV91°71°
CMYK 0.000.880.91   0.29
XYZ19.444110.43801.5202
Yxy10.43800.61920.3324
Hunter Lab32.307950.889219.8257
CIE-Lab38.617359.194346.0089

#b51611 color RGB value is (181,22,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010110 00010001
Octal 265 26 21
Decimal 181 22 17
Hex B5 16 11

RGB Percentages of Color #b51611

%82.27
%10.00
%7.73

CMYK Percentages of Color #b51611

%0
%88
%91
%29

Triadic Colors of #b51611

#b51611 #11b516 #1611b5

Analogous Colors of #b51611

#b51611 #b56811 #b5115e

Monochromatic Colors of #b51611

#b51611

Complementary Color

#b51611 #11b0b5

#b51611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51611 Color CSS Codes

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

#b51611 Text Font Color

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

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


#b51611 Background Color

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

This div background color is #b51611


#b51611 Border Color

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

This div border color is #b51611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51611


Comments

No comments written yet.

Please login to write comment.