COLOR #B21439

HEX: #B21439
RGB: (178,20,57)

Color info

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

RGB color model

#B21439 color RGB value is (178,20,57).

  • red value is 178;
  • green value is 20;
  • blue value is 57.
RGB:
(178,20,57)
(70%,8%,22%)

RGB channels and saturation

R 178 of 255 = 70%
G 20 of 255 = 8%
B 57 of 255 = 22%

178
20
57

R + G + B ~ 33%. #B21439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 20 + 57 = 255 (100%)
R 178 of 255 ~ 69.8%
G 20 of 255 ~ 7.84%
B 57 of 255 ~ 22.35%

%69.8
%22.35

CMYK color model

#B21439 color CMYK value is (0,89,68,30).

  • cyan value is 0.00%
  • magenta value is 88.76%
  • yellow value is 67.98%
  • key color value is 30.20%
CMYK:
(0,89,68,30)
C0M89Y68K30 
(0%,89%,68%,30%)
(0.00/0.89/0.68/0.30)	

CMYK percentages

%0
%88.76
%67.98
%30.2

Codes

Color #B21439 in popluar color models

B21439
RGB1782057
HSL346°79.80%38.82%
HSB/HSV346°88.76%69.80%
CMYK0.00%88.76%67.98%
30.20%

Color #B21439 in popluar number systems.

HEXB21439
Decimal1782057
Binary1011001010100111001
Octal2622471

Shades and tints

Shades of #B21439

#B21439
(178,20,57)
#A21334
(162,19,52)
#92122F
(146,18,47)
#82112A
(130,17,42)
#721025
(114,16,37)
#620F20
(98,15,32)
#520E1B
(82,14,27)
#420D16
(66,13,22)
#320C11
(50,12,17)
#220B0C
(34,11,12)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #B21439

#B21439
(178,20,57)
#B9294B
(185,41,75)
#C03E5D
(192,62,93)
#C7536F
(199,83,111)
#CE6881
(206,104,129)
#D57D93
(213,125,147)
#DC92A5
(220,146,165)
#E3A7B7
(227,167,183)
#EABCC9
(234,188,201)
#F1D1DB
(241,209,219)
#F8E6ED
(248,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B21439 color. Also use rgb(178,20,57) instead hex code.

Text Font Color

.myTextColor { color: #B21439; }

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

This text font color is #B21439.


Background Color

.myBgColor { background-color: #B21439; }

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

This div background color is #B21439.


Border color

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

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

This div border color is #B21439.


Opacity

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

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

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

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

This text has shadow with #B21439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B21439 on black background.


Color preview on white background

This text has color #B21439 on white background.



Black color preview on #B21439 background

This text has black color on #B21439 background.


White color preview on #B21439 background

This text has white color on #B21439 background.