COLOR #B80020

HEX: #B80020
RGB: (184,0,32)

Color info

#B80020 contains mainly red color. Web safe color of #B80020 is #CC0033 (or #C03).

RGB color model

#B80020 color RGB value is (184,0,32).

  • red value is 184;
  • green value is 0;
  • blue value is 32.
RGB:
(184,0,32)
(72%,0%,13%)

RGB channels and saturation

R 184 of 255 = 72%
G 0 of 255 = 0%
B 32 of 255 = 13%

184
0
32

R + G + B ~ 28%. #B80020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 0 + 32 = 216 (100%)
R 184 of 216 ~ 85.19%
G 0 of 216 ~ 0%
B 32 of 216 ~ 14.81%

%85.19
%14.81

CMYK color model

#B80020 color CMYK value is (0,100,83,28).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 82.61%
  • key color value is 27.84%
CMYK:
(0,100,83,28)
C0M100Y83K28 
(0%,100%,83%,28%)
(0.00/1.00/0.83/0.28)	

CMYK percentages

%0
%100
%82.61
%27.84

Codes

Color #B80020 in popluar color models

B80020
RGB184032
HSL350°100.00%36.08%
HSB/HSV350°100.00%72.16%
CMYK0.00%100.00%82.61%
27.84%

Color #B80020 in popluar number systems.

HEXB80020
Decimal184032
Binary101110000100000
Octal270040

Shades and tints

Shades of #B80020

#B80020
(184,0,32)
#A8001E
(168,0,30)
#98001C
(152,0,28)
#88001A
(136,0,26)
#780018
(120,0,24)
#680016
(104,0,22)
#580014
(88,0,20)
#480012
(72,0,18)
#380010
(56,0,16)
#28000E
(40,0,14)
#18000C
(24,0,12)
#000000
(0,0,0)

Tints of #B80020

#B80020
(184,0,32)
#BE1734
(190,23,52)
#C42E48
(196,46,72)
#CA455C
(202,69,92)
#D05C70
(208,92,112)
#D67384
(214,115,132)
#DC8A98
(220,138,152)
#E2A1AC
(226,161,172)
#E8B8C0
(232,184,192)
#EECFD4
(238,207,212)
#F4E6E8
(244,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B80020 color. Also use rgb(184,0,32) instead hex code.

Text Font Color

.myTextColor { color: #B80020; }

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

This text font color is #B80020.


Background Color

.myBgColor { background-color: #B80020; }

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

This div background color is #B80020.


Border color

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

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

This div border color is #B80020.


Opacity

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

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

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

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

This text has shadow with #B80020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B80020 on black background.


Color preview on white background

This text has color #B80020 on white background.



Black color preview on #B80020 background

This text has black color on #B80020 background.


White color preview on #B80020 background

This text has white color on #B80020 background.