COLOR #B22131

HEX: #B22131
RGB: (178,33,49)

Color info

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

RGB color model

#B22131 color RGB value is (178,33,49).

  • red value is 178;
  • green value is 33;
  • blue value is 49.
RGB:
(178,33,49)
(70%,13%,19%)

RGB channels and saturation

R 178 of 255 = 70%
G 33 of 255 = 13%
B 49 of 255 = 19%

178
33
49

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

Portions of RGB colors in percentages

R + G + B =
178 + 33 + 49 = 260 (100%)
R 178 of 260 ~ 68.46%
G 33 of 260 ~ 12.69%
B 49 of 260 ~ 18.85%

%68.46
%12.69
%18.85

CMYK color model

#B22131 color CMYK value is (0,81,72,30).

  • cyan value is 0.00%
  • magenta value is 81.46%
  • yellow value is 72.47%
  • key color value is 30.20%
CMYK:
(0,81,72,30)
C0M81Y72K30 
(0%,81%,72%,30%)
(0.00/0.81/0.72/0.30)	

CMYK percentages

%0
%81.46
%72.47
%30.2

Codes

Color #B22131 in popluar color models

B22131
RGB1783349
HSL353°68.72%41.37%
HSB/HSV353°81.46%69.80%
CMYK0.00%81.46%72.47%
30.20%

Color #B22131 in popluar number systems.

HEXB22131
Decimal1783349
Binary10110010100001110001
Octal2624161

Shades and tints

Shades of #B22131

#B22131
(178,33,49)
#A21E2D
(162,30,45)
#921B29
(146,27,41)
#821825
(130,24,37)
#721521
(114,21,33)
#62121D
(98,18,29)
#520F19
(82,15,25)
#420C15
(66,12,21)
#320911
(50,9,17)
#22060D
(34,6,13)
#120309
(18,3,9)
#000000
(0,0,0)

Tints of #B22131

#B22131
(178,33,49)
#B93543
(185,53,67)
#C04955
(192,73,85)
#C75D67
(199,93,103)
#CE7179
(206,113,121)
#D5858B
(213,133,139)
#DC999D
(220,153,157)
#E3ADAF
(227,173,175)
#EAC1C1
(234,193,193)
#F1D5D3
(241,213,211)
#F8E9E5
(248,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B22131 color. Also use rgb(178,33,49) instead hex code.

Text Font Color

.myTextColor { color: #B22131; }

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

This text font color is #B22131.


Background Color

.myBgColor { background-color: #B22131; }

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

This div background color is #B22131.


Border color

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

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

This div border color is #B22131.


Opacity

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

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

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

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

This text has shadow with #B22131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B22131 on black background.


Color preview on white background

This text has color #B22131 on white background.



Black color preview on #B22131 background

This text has black color on #B22131 background.


White color preview on #B22131 background

This text has white color on #B22131 background.