COLOR #B0020B

HEX: #B0020B
RGB: (176,2,11)

Color info

#B0020B contains mainly red color. Web safe color of #B0020B is #990000 (or #900).

RGB color model

#B0020B color RGB value is (176,2,11).

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

RGB channels and saturation

R 176 of 255 = 69%
G 2 of 255 = 1%
B 11 of 255 = 4%

176
2
11

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

Portions of RGB colors in percentages

R + G + B =
176 + 2 + 11 = 189 (100%)
R 176 of 189 ~ 93.12%
G 2 of 189 ~ 1.06%
B 11 of 189 ~ 5.82%

%93.12

CMYK color model

#B0020B color CMYK value is (0,99,94,31).

  • cyan value is 0.00%
  • magenta value is 98.86%
  • yellow value is 93.75%
  • key color value is 30.98%
CMYK:
(0,99,94,31)
C0M99Y94K31 
(0%,99%,94%,31%)
(0.00/0.99/0.94/0.31)	

CMYK percentages

%0
%98.86
%93.75
%30.98

Codes

Color #B0020B in popluar color models

B0020B
RGB176211
HSL357°97.75%34.90%
HSB/HSV357°98.86%69.02%
CMYK0.00%98.86%93.75%
30.98%

Color #B0020B in popluar number systems.

HEXB0020B
Decimal176211
Binary10110000101011
Octal260213

Shades and tints

Shades of #B0020B

#B0020B
(176,2,11)
#A0020A
(160,2,10)
#900209
(144,2,9)
#800208
(128,2,8)
#700207
(112,2,7)
#600206
(96,2,6)
#500205
(80,2,5)
#400204
(64,2,4)
#300203
(48,2,3)
#200202
(32,2,2)
#100201
(16,2,1)
#000000
(0,0,0)

Tints of #B0020B

#B0020B
(176,2,11)
#B71921
(183,25,33)
#BE3037
(190,48,55)
#C5474D
(197,71,77)
#CC5E63
(204,94,99)
#D37579
(211,117,121)
#DA8C8F
(218,140,143)
#E1A3A5
(225,163,165)
#E8BABB
(232,186,187)
#EFD1D1
(239,209,209)
#F6E8E7
(246,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0020B; }

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

This text font color is #B0020B.


Background Color

.myBgColor { background-color: #B0020B; }

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

This div background color is #B0020B.


Border color

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

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

This div border color is #B0020B.


Opacity

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

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

Text with #B0020B 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 #B0020B;}

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

This text has shadow with #B0020B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0020B on black background.


Color preview on white background

This text has color #B0020B on white background.



Black color preview on #B0020B background

This text has black color on #B0020B background.


White color preview on #B0020B background

This text has white color on #B0020B background.