color codes Logo

#b6211f color codes

#B6211F
(182,33,31)
0 Favorites   0 Comments

Color spaces of #b6211f

RGB 1823331
HSL0.000.710.42
HSV83°71°
CMYK 0.000.820.83   0.29
XYZ20.082611.13172.3865
Yxy11.13170.59770.3313
Hunter Lab33.364249.055519.1140
CIE-Lab39.801457.280740.2382

#b6211f color RGB value is (182,33,31).

#b6211f hex color red value is 182, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b6211f hue: 0.00 , saturation: 0.71 and the lightness value of b6211f is 0.42.

The process color (four color CMYK) of #b6211f color code is 0.00, 0.82, 0.83, 0.29. Web safe color of #b6211f is #cc3333. Color #b6211f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100001 00011111
Octal 266 41 37
Decimal 182 33 31
Hex B6 21 1F

RGB Percentages of Color #b6211f

%73.98
%13.41
%12.60

CMYK Percentages of Color #b6211f

%0
%82
%83
%29

Triadic Colors of #b6211f

#b6211f #1fb621 #211fb6

Analogous Colors of #b6211f

#b6211f #b66d1f #b61f69

Monochromatic Colors of #b6211f

#b6211f

Complementary Color

#b6211f #1fb4b6

#b6211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6211f Color CSS Codes

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

#b6211f Text Font Color

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

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


#b6211f Background Color

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

This div background color is #b6211f


#b6211f Border Color

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

This div border color is #b6211f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6211f


Comments

No comments written yet.

Please login to write comment.