COLOR #B81429

HEX: #B81429
RGB: (184,20,41)

Color info

#B81429 contains mainly red color. Web safe color of #B81429 is #CC0033 (or #C03).

RGB color model

#B81429 color RGB value is (184,20,41).

  • red value is 184;
  • green value is 20;
  • blue value is 41.
RGB:
(184,20,41)
(72%,8%,16%)

RGB channels and saturation

R 184 of 255 = 72%
G 20 of 255 = 8%
B 41 of 255 = 16%

184
20
41

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

Portions of RGB colors in percentages

R + G + B =
184 + 20 + 41 = 245 (100%)
R 184 of 245 ~ 75.1%
G 20 of 245 ~ 8.16%
B 41 of 245 ~ 16.73%

%75.1
%16.73

CMYK color model

#B81429 color CMYK value is (0,89,78,28).

  • cyan value is 0.00%
  • magenta value is 89.13%
  • yellow value is 77.72%
  • key color value is 27.84%
CMYK:
(0,89,78,28)
C0M89Y78K28 
(0%,89%,78%,28%)
(0.00/0.89/0.78/0.28)	

CMYK percentages

%0
%89.13
%77.72
%27.84

Codes

Color #B81429 in popluar color models

B81429
RGB1842041
HSL352°80.39%40.00%
HSB/HSV352°89.13%72.16%
CMYK0.00%89.13%77.72%
27.84%

Color #B81429 in popluar number systems.

HEXB81429
Decimal1842041
Binary1011100010100101001
Octal2702451

Shades and tints

Shades of #B81429

#B81429
(184,20,41)
#A81326
(168,19,38)
#981223
(152,18,35)
#881120
(136,17,32)
#78101D
(120,16,29)
#680F1A
(104,15,26)
#580E17
(88,14,23)
#480D14
(72,13,20)
#380C11
(56,12,17)
#280B0E
(40,11,14)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #B81429

#B81429
(184,20,41)
#BE293C
(190,41,60)
#C43E4F
(196,62,79)
#CA5362
(202,83,98)
#D06875
(208,104,117)
#D67D88
(214,125,136)
#DC929B
(220,146,155)
#E2A7AE
(226,167,174)
#E8BCC1
(232,188,193)
#EED1D4
(238,209,212)
#F4E6E7
(244,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B81429 color. Also use rgb(184,20,41) instead hex code.

Text Font Color

.myTextColor { color: #B81429; }

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

This text font color is #B81429.


Background Color

.myBgColor { background-color: #B81429; }

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

This div background color is #B81429.


Border color

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

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

This div border color is #B81429.


Opacity

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

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

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

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

This text has shadow with #B81429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B81429 on black background.


Color preview on white background

This text has color #B81429 on white background.



Black color preview on #B81429 background

This text has black color on #B81429 background.


White color preview on #B81429 background

This text has white color on #B81429 background.