COLOR #B12431

HEX: #B12431
RGB: (177,36,49)

Color info

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

RGB color model

#B12431 color RGB value is (177,36,49).

  • red value is 177;
  • green value is 36;
  • blue value is 49.
RGB:
(177,36,49)
(69%,14%,19%)

RGB channels and saturation

R 177 of 255 = 69%
G 36 of 255 = 14%
B 49 of 255 = 19%

177
36
49

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

Portions of RGB colors in percentages

R + G + B =
177 + 36 + 49 = 262 (100%)
R 177 of 262 ~ 67.56%
G 36 of 262 ~ 13.74%
B 49 of 262 ~ 18.7%

%67.56
%13.74
%18.7

CMYK color model

#B12431 color CMYK value is (0,80,72,31).

  • cyan value is 0.00%
  • magenta value is 79.66%
  • yellow value is 72.32%
  • key color value is 30.59%
CMYK:
(0,80,72,31)
C0M80Y72K31 
(0%,80%,72%,31%)
(0.00/0.80/0.72/0.31)	

CMYK percentages

%0
%79.66
%72.32
%30.59

Codes

Color #B12431 in popluar color models

B12431
RGB1773649
HSL354°66.20%41.76%
HSB/HSV354°79.66%69.41%
CMYK0.00%79.66%72.32%
30.59%

Color #B12431 in popluar number systems.

HEXB12431
Decimal1773649
Binary10110001100100110001
Octal2614461

Shades and tints

Shades of #B12431

#B12431
(177,36,49)
#A1212D
(161,33,45)
#911E29
(145,30,41)
#811B25
(129,27,37)
#711821
(113,24,33)
#61151D
(97,21,29)
#511219
(81,18,25)
#410F15
(65,15,21)
#310C11
(49,12,17)
#21090D
(33,9,13)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #B12431

#B12431
(177,36,49)
#B83743
(184,55,67)
#BF4A55
(191,74,85)
#C65D67
(198,93,103)
#CD7079
(205,112,121)
#D4838B
(212,131,139)
#DB969D
(219,150,157)
#E2A9AF
(226,169,175)
#E9BCC1
(233,188,193)
#F0CFD3
(240,207,211)
#F7E2E5
(247,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B12431 color. Also use rgb(177,36,49) instead hex code.

Text Font Color

.myTextColor { color: #B12431; }

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

This text font color is #B12431.


Background Color

.myBgColor { background-color: #B12431; }

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

This div background color is #B12431.


Border color

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

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

This div border color is #B12431.


Opacity

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

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

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

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

This text has shadow with #B12431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B12431 on black background.


Color preview on white background

This text has color #B12431 on white background.



Black color preview on #B12431 background

This text has black color on #B12431 background.


White color preview on #B12431 background

This text has white color on #B12431 background.