COLOR #B21B33

HEX: #B21B33
RGB: (178,27,51)

Color info

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

RGB color model

#B21B33 color RGB value is (178,27,51).

  • red value is 178;
  • green value is 27;
  • blue value is 51.
RGB:
(178,27,51)
(70%,11%,20%)

RGB channels and saturation

R 178 of 255 = 70%
G 27 of 255 = 11%
B 51 of 255 = 20%

178
27
51

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

Portions of RGB colors in percentages

R + G + B =
178 + 27 + 51 = 256 (100%)
R 178 of 256 ~ 69.53%
G 27 of 256 ~ 10.55%
B 51 of 256 ~ 19.92%

%69.53
%10.55
%19.92

CMYK color model

#B21B33 color CMYK value is (0,85,71,30).

  • cyan value is 0.00%
  • magenta value is 84.83%
  • yellow value is 71.35%
  • key color value is 30.20%
CMYK:
(0,85,71,30)
C0M85Y71K30 
(0%,85%,71%,30%)
(0.00/0.85/0.71/0.30)	

CMYK percentages

%0
%84.83
%71.35
%30.2

Codes

Color #B21B33 in popluar color models

B21B33
RGB1782751
HSL350°73.66%40.20%
HSB/HSV350°84.83%69.80%
CMYK0.00%84.83%71.35%
30.20%

Color #B21B33 in popluar number systems.

HEXB21B33
Decimal1782751
Binary1011001011011110011
Octal2623363

Shades and tints

Shades of #B21B33

#B21B33
(178,27,51)
#A2192F
(162,25,47)
#92172B
(146,23,43)
#821527
(130,21,39)
#721323
(114,19,35)
#62111F
(98,17,31)
#520F1B
(82,15,27)
#420D17
(66,13,23)
#320B13
(50,11,19)
#22090F
(34,9,15)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #B21B33

#B21B33
(178,27,51)
#B92F45
(185,47,69)
#C04357
(192,67,87)
#C75769
(199,87,105)
#CE6B7B
(206,107,123)
#D57F8D
(213,127,141)
#DC939F
(220,147,159)
#E3A7B1
(227,167,177)
#EABBC3
(234,187,195)
#F1CFD5
(241,207,213)
#F8E3E7
(248,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B21B33 color. Also use rgb(178,27,51) instead hex code.

Text Font Color

.myTextColor { color: #B21B33; }

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

This text font color is #B21B33.


Background Color

.myBgColor { background-color: #B21B33; }

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

This div background color is #B21B33.


Border color

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

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

This div border color is #B21B33.


Opacity

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

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

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

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

This text has shadow with #B21B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B21B33 on black background.


Color preview on white background

This text has color #B21B33 on white background.



Black color preview on #B21B33 background

This text has black color on #B21B33 background.


White color preview on #B21B33 background

This text has white color on #B21B33 background.