COLOR #B30222

HEX: #B30222
RGB: (179,2,34)

Color info

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

RGB color model

#B30222 color RGB value is (179,2,34).

  • red value is 179;
  • green value is 2;
  • blue value is 34.
RGB:
(179,2,34)
(70%,1%,13%)

RGB channels and saturation

R 179 of 255 = 70%
G 2 of 255 = 1%
B 34 of 255 = 13%

179
2
34

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

Portions of RGB colors in percentages

R + G + B =
179 + 2 + 34 = 215 (100%)
R 179 of 215 ~ 83.26%
G 2 of 215 ~ 0.93%
B 34 of 215 ~ 15.81%

%83.26
%15.81

CMYK color model

#B30222 color CMYK value is (0,99,81,30).

  • cyan value is 0.00%
  • magenta value is 98.88%
  • yellow value is 81.01%
  • key color value is 29.80%
CMYK:
(0,99,81,30)
C0M99Y81K30 
(0%,99%,81%,30%)
(0.00/0.99/0.81/0.30)	

CMYK percentages

%0
%98.88
%81.01
%29.8

Codes

Color #B30222 in popluar color models

B30222
RGB179234
HSL349°97.79%35.49%
HSB/HSV349°98.88%70.20%
CMYK0.00%98.88%81.01%
29.80%

Color #B30222 in popluar number systems.

HEXB30222
Decimal179234
Binary1011001110100010
Octal263242

Shades and tints

Shades of #B30222

#B30222
(179,2,34)
#A3021F
(163,2,31)
#93021C
(147,2,28)
#830219
(131,2,25)
#730216
(115,2,22)
#630213
(99,2,19)
#530210
(83,2,16)
#43020D
(67,2,13)
#33020A
(51,2,10)
#230207
(35,2,7)
#130204
(19,2,4)
#000000
(0,0,0)

Tints of #B30222

#B30222
(179,2,34)
#B91936
(185,25,54)
#BF304A
(191,48,74)
#C5475E
(197,71,94)
#CB5E72
(203,94,114)
#D17586
(209,117,134)
#D78C9A
(215,140,154)
#DDA3AE
(221,163,174)
#E3BAC2
(227,186,194)
#E9D1D6
(233,209,214)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B30222 color. Also use rgb(179,2,34) instead hex code.

Text Font Color

.myTextColor { color: #B30222; }

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

This text font color is #B30222.


Background Color

.myBgColor { background-color: #B30222; }

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

This div background color is #B30222.


Border color

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

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

This div border color is #B30222.


Opacity

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

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

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

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

This text has shadow with #B30222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B30222 on black background.


Color preview on white background

This text has color #B30222 on white background.



Black color preview on #B30222 background

This text has black color on #B30222 background.


White color preview on #B30222 background

This text has white color on #B30222 background.