COLOR #B41232

HEX: #B41232
RGB: (180,18,50)

Color info

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

RGB color model

#B41232 color RGB value is (180,18,50).

  • red value is 180;
  • green value is 18;
  • blue value is 50.
RGB:
(180,18,50)
(71%,7%,20%)

RGB channels and saturation

R 180 of 255 = 71%
G 18 of 255 = 7%
B 50 of 255 = 20%

180
18
50

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

Portions of RGB colors in percentages

R + G + B =
180 + 18 + 50 = 248 (100%)
R 180 of 248 ~ 72.58%
G 18 of 248 ~ 7.26%
B 50 of 248 ~ 20.16%

%72.58
%20.16

CMYK color model

#B41232 color CMYK value is (0,90,72,29).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 72.22%
  • key color value is 29.41%
CMYK:
(0,90,72,29)
C0M90Y72K29 
(0%,90%,72%,29%)
(0.00/0.90/0.72/0.29)	

CMYK percentages

%0
%90
%72.22
%29.41

Codes

Color #B41232 in popluar color models

B41232
RGB1801850
HSL348°81.82%38.82%
HSB/HSV348°90.00%70.59%
CMYK0.00%90.00%72.22%
29.41%

Color #B41232 in popluar number systems.

HEXB41232
Decimal1801850
Binary1011010010010110010
Octal2642262

Shades and tints

Shades of #B41232

#B41232
(180,18,50)
#A4112E
(164,17,46)
#94102A
(148,16,42)
#840F26
(132,15,38)
#740E22
(116,14,34)
#640D1E
(100,13,30)
#540C1A
(84,12,26)
#440B16
(68,11,22)
#340A12
(52,10,18)
#24090E
(36,9,14)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #B41232

#B41232
(180,18,50)
#BA2744
(186,39,68)
#C03C56
(192,60,86)
#C65168
(198,81,104)
#CC667A
(204,102,122)
#D27B8C
(210,123,140)
#D8909E
(216,144,158)
#DEA5B0
(222,165,176)
#E4BAC2
(228,186,194)
#EACFD4
(234,207,212)
#F0E4E6
(240,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B41232 color. Also use rgb(180,18,50) instead hex code.

Text Font Color

.myTextColor { color: #B41232; }

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

This text font color is #B41232.


Background Color

.myBgColor { background-color: #B41232; }

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

This div background color is #B41232.


Border color

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

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

This div border color is #B41232.


Opacity

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

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

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

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

This text has shadow with #B41232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B41232 on black background.


Color preview on white background

This text has color #B41232 on white background.



Black color preview on #B41232 background

This text has black color on #B41232 background.


White color preview on #B41232 background

This text has white color on #B41232 background.