COLOR #B20836

HEX: #B20836
RGB: (178,8,54)

Color info

#B20836 contains mainly red color. Web safe color of #B20836 is #990033 (or #903).

RGB color model

#B20836 color RGB value is (178,8,54).

  • red value is 178;
  • green value is 8;
  • blue value is 54.
RGB:
(178,8,54)
(70%,3%,21%)

RGB channels and saturation

R 178 of 255 = 70%
G 8 of 255 = 3%
B 54 of 255 = 21%

178
8
54

R + G + B ~ 31%. #B20836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 8 + 54 = 240 (100%)
R 178 of 240 ~ 74.17%
G 8 of 240 ~ 3.33%
B 54 of 240 ~ 22.5%

%74.17
%22.5

CMYK color model

#B20836 color CMYK value is (0,96,70,30).

  • cyan value is 0.00%
  • magenta value is 95.51%
  • yellow value is 69.66%
  • key color value is 30.20%
CMYK:
(0,96,70,30)
C0M96Y70K30 
(0%,96%,70%,30%)
(0.00/0.96/0.70/0.30)	

CMYK percentages

%0
%95.51
%69.66
%30.2

Codes

Color #B20836 in popluar color models

B20836
RGB178854
HSL344°91.40%36.47%
HSB/HSV344°95.51%69.80%
CMYK0.00%95.51%69.66%
30.20%

Color #B20836 in popluar number systems.

HEXB20836
Decimal178854
Binary101100101000110110
Octal2621066

Shades and tints

Shades of #B20836

#B20836
(178,8,54)
#A20832
(162,8,50)
#92082E
(146,8,46)
#82082A
(130,8,42)
#720826
(114,8,38)
#620822
(98,8,34)
#52081E
(82,8,30)
#42081A
(66,8,26)
#320816
(50,8,22)
#220812
(34,8,18)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #B20836

#B20836
(178,8,54)
#B91E48
(185,30,72)
#C0345A
(192,52,90)
#C74A6C
(199,74,108)
#CE607E
(206,96,126)
#D57690
(213,118,144)
#DC8CA2
(220,140,162)
#E3A2B4
(227,162,180)
#EAB8C6
(234,184,198)
#F1CED8
(241,206,216)
#F8E4EA
(248,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B20836 color. Also use rgb(178,8,54) instead hex code.

Text Font Color

.myTextColor { color: #B20836; }

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

This text font color is #B20836.


Background Color

.myBgColor { background-color: #B20836; }

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

This div background color is #B20836.


Border color

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

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

This div border color is #B20836.


Opacity

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

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

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

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

This text has shadow with #B20836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B20836 on black background.


Color preview on white background

This text has color #B20836 on white background.



Black color preview on #B20836 background

This text has black color on #B20836 background.


White color preview on #B20836 background

This text has white color on #B20836 background.