COLOR #B3211E

HEX: #B3211E
RGB: (179,33,30)

Color info

#B3211E contains mainly red color. Web safe color of #B3211E is #993333 (or #933).

RGB color model

#B3211E color RGB value is (179,33,30).

  • red value is 179;
  • green value is 33;
  • blue value is 30.
RGB:
(179,33,30)
(70%,13%,12%)

RGB channels and saturation

R 179 of 255 = 70%
G 33 of 255 = 13%
B 30 of 255 = 12%

179
33
30

R + G + B ~ 32%. #B3211E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 33 + 30 = 242 (100%)
R 179 of 242 ~ 73.97%
G 33 of 242 ~ 13.64%
B 30 of 242 ~ 12.4%

%73.97
%13.64
%12.4

CMYK color model

#B3211E color CMYK value is (0,82,83,30).

  • cyan value is 0.00%
  • magenta value is 81.56%
  • yellow value is 83.24%
  • key color value is 29.80%
CMYK:
(0,82,83,30)
C0M82Y83K30 
(0%,82%,83%,30%)
(0.00/0.82/0.83/0.30)	

CMYK percentages

%0
%81.56
%83.24
%29.8

Codes

Color #B3211E in popluar color models

B3211E
RGB1793330
HSL71.29%40.98%
HSB/HSV83.24%70.20%
CMYK0.00%81.56%83.24%
29.80%

Color #B3211E in popluar number systems.

HEXB3211E
Decimal1793330
Binary1011001110000111110
Octal2634136

Shades and tints

Shades of #B3211E

#B3211E
(179,33,30)
#A31E1C
(163,30,28)
#931B1A
(147,27,26)
#831818
(131,24,24)
#731516
(115,21,22)
#631214
(99,18,20)
#530F12
(83,15,18)
#430C10
(67,12,16)
#33090E
(51,9,14)
#23060C
(35,6,12)
#13030A
(19,3,10)
#000000
(0,0,0)

Tints of #B3211E

#B3211E
(179,33,30)
#B93532
(185,53,50)
#BF4946
(191,73,70)
#C55D5A
(197,93,90)
#CB716E
(203,113,110)
#D18582
(209,133,130)
#D79996
(215,153,150)
#DDADAA
(221,173,170)
#E3C1BE
(227,193,190)
#E9D5D2
(233,213,210)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3211E color. Also use rgb(179,33,30) instead hex code.

Text Font Color

.myTextColor { color: #B3211E; }

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

This text font color is #B3211E.


Background Color

.myBgColor { background-color: #B3211E; }

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

This div background color is #B3211E.


Border color

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

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

This div border color is #B3211E.


Opacity

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

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

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

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

This text has shadow with #B3211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3211E on black background.


Color preview on white background

This text has color #B3211E on white background.



Black color preview on #B3211E background

This text has black color on #B3211E background.


White color preview on #B3211E background

This text has white color on #B3211E background.