COLOR #B82D1E

HEX: #B82D1E
RGB: (184,45,30)

Color info

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

RGB color model

#B82D1E color RGB value is (184,45,30).

  • red value is 184;
  • green value is 45;
  • blue value is 30.
RGB:
(184,45,30)
(72%,18%,12%)

RGB channels and saturation

R 184 of 255 = 72%
G 45 of 255 = 18%
B 30 of 255 = 12%

184
45
30

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

Portions of RGB colors in percentages

R + G + B =
184 + 45 + 30 = 259 (100%)
R 184 of 259 ~ 71.04%
G 45 of 259 ~ 17.37%
B 30 of 259 ~ 11.58%

%71.04
%17.37
%11.58

CMYK color model

#B82D1E color CMYK value is (0,76,84,28).

  • cyan value is 0.00%
  • magenta value is 75.54%
  • yellow value is 83.70%
  • key color value is 27.84%
CMYK:
(0,76,84,28)
C0M76Y84K28 
(0%,76%,84%,28%)
(0.00/0.76/0.84/0.28)	

CMYK percentages

%0
%75.54
%83.7
%27.84

Codes

Color #B82D1E in popluar color models

B82D1E
RGB1844530
HSL71.96%41.96%
HSB/HSV83.70%72.16%
CMYK0.00%75.54%83.70%
27.84%

Color #B82D1E in popluar number systems.

HEXB82D1E
Decimal1844530
Binary1011100010110111110
Octal2705536

Shades and tints

Shades of #B82D1E

#B82D1E
(184,45,30)
#A8291C
(168,41,28)
#98251A
(152,37,26)
#882118
(136,33,24)
#781D16
(120,29,22)
#681914
(104,25,20)
#581512
(88,21,18)
#481110
(72,17,16)
#380D0E
(56,13,14)
#28090C
(40,9,12)
#18050A
(24,5,10)
#000000
(0,0,0)

Tints of #B82D1E

#B82D1E
(184,45,30)
#BE4032
(190,64,50)
#C45346
(196,83,70)
#CA665A
(202,102,90)
#D0796E
(208,121,110)
#D68C82
(214,140,130)
#DC9F96
(220,159,150)
#E2B2AA
(226,178,170)
#E8C5BE
(232,197,190)
#EED8D2
(238,216,210)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B82D1E color. Also use rgb(184,45,30) instead hex code.

Text Font Color

.myTextColor { color: #B82D1E; }

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

This text font color is #B82D1E.


Background Color

.myBgColor { background-color: #B82D1E; }

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

This div background color is #B82D1E.


Border color

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

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

This div border color is #B82D1E.


Opacity

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

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

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

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

This text has shadow with #B82D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B82D1E on black background.


Color preview on white background

This text has color #B82D1E on white background.



Black color preview on #B82D1E background

This text has black color on #B82D1E background.


White color preview on #B82D1E background

This text has white color on #B82D1E background.