COLOR #B6020B

HEX: #B6020B
RGB: (182,2,11)

Color info

#B6020B contains mainly red color. Web safe color of #B6020B is #CC0000 (or #C00).

RGB color model

#B6020B color RGB value is (182,2,11).

  • red value is 182;
  • green value is 2;
  • blue value is 11.
RGB:
(182,2,11)
(71%,1%,4%)

RGB channels and saturation

R 182 of 255 = 71%
G 2 of 255 = 1%
B 11 of 255 = 4%

182
2
11

R + G + B ~ 25%. #B6020B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 2 + 11 = 195 (100%)
R 182 of 195 ~ 93.33%
G 2 of 195 ~ 1.03%
B 11 of 195 ~ 5.64%

%93.33

CMYK color model

#B6020B color CMYK value is (0,99,94,29).

  • cyan value is 0.00%
  • magenta value is 98.90%
  • yellow value is 93.96%
  • key color value is 28.63%
CMYK:
(0,99,94,29)
C0M99Y94K29 
(0%,99%,94%,29%)
(0.00/0.99/0.94/0.29)	

CMYK percentages

%0
%98.9
%93.96
%28.63

Codes

Color #B6020B in popluar color models

B6020B
RGB182211
HSL357°97.83%36.08%
HSB/HSV357°98.90%71.37%
CMYK0.00%98.90%93.96%
28.63%

Color #B6020B in popluar number systems.

HEXB6020B
Decimal182211
Binary10110110101011
Octal266213

Shades and tints

Shades of #B6020B

#B6020B
(182,2,11)
#A6020A
(166,2,10)
#960209
(150,2,9)
#860208
(134,2,8)
#760207
(118,2,7)
#660206
(102,2,6)
#560205
(86,2,5)
#460204
(70,2,4)
#360203
(54,2,3)
#260202
(38,2,2)
#160201
(22,2,1)
#000000
(0,0,0)

Tints of #B6020B

#B6020B
(182,2,11)
#BC1921
(188,25,33)
#C23037
(194,48,55)
#C8474D
(200,71,77)
#CE5E63
(206,94,99)
#D47579
(212,117,121)
#DA8C8F
(218,140,143)
#E0A3A5
(224,163,165)
#E6BABB
(230,186,187)
#ECD1D1
(236,209,209)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6020B color. Also use rgb(182,2,11) instead hex code.

Text Font Color

.myTextColor { color: #B6020B; }

<p style="color:#B6020B">This sample text font color is #B6020B.</p>

This text font color is #B6020B.


Background Color

.myBgColor { background-color: #B6020B; }

<div style="background-color:#B6020B">Inner text</div>

This div background color is #B6020B.


Border color

.myBorderColor { border: 1px solid #B6020B; }

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

This div border color is #B6020B.


Opacity

.myOpacity80 { color: #B6020B; opacity: 0.8; }

<p style="color:#B6020B;opacity:0.8;">80%</p>

Text with #B6020B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B6020B;}

<p style="text-shadow: 3px 3px 1px #B6020B">Text here.</p>

This text has shadow with #B6020B color.

.textShadow {text-shadow: 3px 3px 1px #B6020B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B6020B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B6020B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6020B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B6020B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B6020B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B6020B;
  -webkit-box-shadow:	1px 1px 3px 2px #B6020B;
  box-shadow:		1px 1px 3px 2px #B6020B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6020B;
-webkit-box-shadow: 1px 1px 3px 2px #B6020B;
box-shadow:1px 1px 3px 2px #B6020B;">
Div content here</div>
This div box has shadow with color #B6020B.

Preview

Color preview on black background

This text has color #B6020B on black background.


Color preview on white background

This text has color #B6020B on white background.



Black color preview on #B6020B background

This text has black color on #B6020B background.


White color preview on #B6020B background

This text has white color on #B6020B background.