COLOR #B81F21

HEX: #B81F21
RGB: (184,31,33)

Color info

#B81F21 contains mainly red color. Web safe color of #B81F21 is #CC3333 (or #C33).

RGB color model

#B81F21 color RGB value is (184,31,33).

  • red value is 184;
  • green value is 31;
  • blue value is 33.
RGB:
(184,31,33)
(72%,12%,13%)

RGB channels and saturation

R 184 of 255 = 72%
G 31 of 255 = 12%
B 33 of 255 = 13%

184
31
33

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

Portions of RGB colors in percentages

R + G + B =
184 + 31 + 33 = 248 (100%)
R 184 of 248 ~ 74.19%
G 31 of 248 ~ 12.5%
B 33 of 248 ~ 13.31%

%74.19
%12.5
%13.31

CMYK color model

#B81F21 color CMYK value is (0,83,82,28).

  • cyan value is 0.00%
  • magenta value is 83.15%
  • yellow value is 82.07%
  • key color value is 27.84%
CMYK:
(0,83,82,28)
C0M83Y82K28 
(0%,83%,82%,28%)
(0.00/0.83/0.82/0.28)	

CMYK percentages

%0
%83.15
%82.07
%27.84

Codes

Color #B81F21 in popluar color models

B81F21
RGB1843133
HSL359°71.16%42.16%
HSB/HSV359°83.15%72.16%
CMYK0.00%83.15%82.07%
27.84%

Color #B81F21 in popluar number systems.

HEXB81F21
Decimal1843133
Binary1011100011111100001
Octal2703741

Shades and tints

Shades of #B81F21

#B81F21
(184,31,33)
#A81D1E
(168,29,30)
#981B1B
(152,27,27)
#881918
(136,25,24)
#781715
(120,23,21)
#681512
(104,21,18)
#58130F
(88,19,15)
#48110C
(72,17,12)
#380F09
(56,15,9)
#280D06
(40,13,6)
#180B03
(24,11,3)
#000000
(0,0,0)

Tints of #B81F21

#B81F21
(184,31,33)
#BE3335
(190,51,53)
#C44749
(196,71,73)
#CA5B5D
(202,91,93)
#D06F71
(208,111,113)
#D68385
(214,131,133)
#DC9799
(220,151,153)
#E2ABAD
(226,171,173)
#E8BFC1
(232,191,193)
#EED3D5
(238,211,213)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B81F21 color. Also use rgb(184,31,33) instead hex code.

Text Font Color

.myTextColor { color: #B81F21; }

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

This text font color is #B81F21.


Background Color

.myBgColor { background-color: #B81F21; }

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

This div background color is #B81F21.


Border color

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

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

This div border color is #B81F21.


Opacity

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

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

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

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

This text has shadow with #B81F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B81F21 on black background.


Color preview on white background

This text has color #B81F21 on white background.



Black color preview on #B81F21 background

This text has black color on #B81F21 background.


White color preview on #B81F21 background

This text has white color on #B81F21 background.