COLOR #B82C20

HEX: #B82C20
RGB: (184,44,32)

Color info

#B82C20 contains mainly red color. Web safe color of #B82C20 is #CC3333 (or #C33).

RGB color model

#B82C20 color RGB value is (184,44,32).

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

RGB channels and saturation

R 184 of 255 = 72%
G 44 of 255 = 17%
B 32 of 255 = 13%

184
44
32

R + G + B ~ 34%. #B82C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 44 + 32 = 260 (100%)
R 184 of 260 ~ 70.77%
G 44 of 260 ~ 16.92%
B 32 of 260 ~ 12.31%

%70.77
%16.92
%12.31

CMYK color model

#B82C20 color CMYK value is (0,76,83,28).

  • cyan value is 0.00%
  • magenta value is 76.09%
  • yellow value is 82.61%
  • key color value is 27.84%
CMYK:
(0,76,83,28)
C0M76Y83K28 
(0%,76%,83%,28%)
(0.00/0.76/0.83/0.28)	

CMYK percentages

%0
%76.09
%82.61
%27.84

Codes

Color #B82C20 in popluar color models

B82C20
RGB1844432
HSL70.37%42.35%
HSB/HSV82.61%72.16%
CMYK0.00%76.09%82.61%
27.84%

Color #B82C20 in popluar number systems.

HEXB82C20
Decimal1844432
Binary10111000101100100000
Octal2705440

Shades and tints

Shades of #B82C20

#B82C20
(184,44,32)
#A8281E
(168,40,30)
#98241C
(152,36,28)
#88201A
(136,32,26)
#781C18
(120,28,24)
#681816
(104,24,22)
#581414
(88,20,20)
#481012
(72,16,18)
#380C10
(56,12,16)
#28080E
(40,8,14)
#18040C
(24,4,12)
#000000
(0,0,0)

Tints of #B82C20

#B82C20
(184,44,32)
#BE3F34
(190,63,52)
#C45248
(196,82,72)
#CA655C
(202,101,92)
#D07870
(208,120,112)
#D68B84
(214,139,132)
#DC9E98
(220,158,152)
#E2B1AC
(226,177,172)
#E8C4C0
(232,196,192)
#EED7D4
(238,215,212)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B82C20; }

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

This text font color is #B82C20.


Background Color

.myBgColor { background-color: #B82C20; }

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

This div background color is #B82C20.


Border color

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

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

This div border color is #B82C20.


Opacity

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

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

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

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

This text has shadow with #B82C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B82C20 on black background.


Color preview on white background

This text has color #B82C20 on white background.



Black color preview on #B82C20 background

This text has black color on #B82C20 background.


White color preview on #B82C20 background

This text has white color on #B82C20 background.