Color Hex Logo

#b6101f Color Hex

#B6101F
(182,16,31)
0 Favorites   0 Comments

Color spaces of #b6101f

RGB 1821631
HSL0.980.840.39
HSV355°91°71°
CMYK 0.000.910.83   0.29
XYZ19.724010.41462.2670
Yxy10.41460.60870.3214
Hunter Lab32.271752.621418.4252
CIE-Lab38.576560.777339.0765

#b6101f color RGB value is (182,16,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010000 00011111
Octal 266 20 37
Decimal 182 16 31
Hex B6 10 1F

RGB Percentages of Color #b6101f

%79.48
%6.99
%13.54

CMYK Percentages of Color #b6101f

%0
%91
%83
%29

Triadic Colors of #b6101f

#b6101f #1fb610 #101fb6

Analogous Colors of #b6101f

#b6101f #b65410 #b61072

Monochromatic Colors of #b6101f

#b6101f

Complementary Color

#b6101f #10b6a7

#b6101f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6101f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6101f Color CSS Codes

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

#b6101f Text Font Color

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

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


#b6101f Background Color

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

This div background color is #b6101f


#b6101f Border Color

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

This div border color is #b6101f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,16,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 #b6101f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6101f


Comments

No comments written yet.

Please login to write comment.