Color Hex Logo

#b6201f Color Hex

#B6201F
(182,32,31)
0 Favorites   0 Comments

Color spaces of #b6201f

RGB 1823231
HSL0.000.710.42
HSV83°71°
CMYK 0.000.820.83   0.29
XYZ20.055211.07702.3774
Yxy11.07700.59850.3306
Hunter Lab33.282149.317119.0623
CIE-Lab39.709957.539840.1516

#b6201f color RGB value is (182,32,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 00011111
Octal 266 40 37
Decimal 182 32 31
Hex B6 20 1F

RGB Percentages of Color #b6201f

%74.29
%13.06
%12.65

CMYK Percentages of Color #b6201f

%0
%82
%83
%29

Triadic Colors of #b6201f

#b6201f #1fb620 #201fb6

Analogous Colors of #b6201f

#b6201f #b66c1f #b61f6a

Monochromatic Colors of #b6201f

#b6201f

Complementary Color

#b6201f #1fb5b6

#b6201f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6201f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6201f Color CSS Codes

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

#b6201f Text Font Color

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

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


#b6201f Background Color

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

This div background color is #b6201f


#b6201f Border Color

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

This div border color is #b6201f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6201f


Comments

No comments written yet.

Please login to write comment.