Color Hex Logo

#b6011f Color Hex

#B6011F
(182,1,31)
0 Favorites   0 Comments

Color spaces of #b6011f

RGB 182131
HSL0.970.990.36
HSV350°99°71°
CMYK 0.000.990.83   0.29
XYZ19.549610.06572.2088
Yxy10.06570.61430.3163
Hunter Lab31.726554.468918.0808
CIE-Lab37.960162.559138.4887

#b6011f color RGB value is (182,1,31).

#b6011f hex color red value is 182, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b6011f hue: 0.97 , saturation: 0.99 and the lightness value of b6011f is 0.36.

The process color (four color CMYK) of #b6011f color hex is 0.00, 0.99, 0.83, 0.29. Web safe color of #b6011f is #cc0033. Color #b6011f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000001 00011111
Octal 266 1 37
Decimal 182 1 31
Hex B6 1 1F

RGB Percentages of Color #b6011f

%85.05
%0.47
%14.49

CMYK Percentages of Color #b6011f

%0
%99
%83
%29

Triadic Colors of #b6011f

#b6011f #1fb601 #011fb6

Analogous Colors of #b6011f

#b6011f #b63d01 #b6017a

Monochromatic Colors of #b6011f

#b6011f

Complementary Color

#b6011f #01b698

#b6011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6011f Color CSS Codes

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

#b6011f Text Font Color

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

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


#b6011f Background Color

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

This div background color is #b6011f


#b6011f Border Color

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

This div border color is #b6011f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,1,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6011f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6011f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6011f;
  box-shadow:         1px 1px 3px 2px #b6011f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,1,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6011f


Comments

No comments written yet.

Please login to write comment.