COLOR #B31B1B

HEX: #B31B1B
RGB: (179,27,27)

Color info

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

RGB color model

#B31B1B color RGB value is (179,27,27).

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

RGB channels and saturation

R 179 of 255 = 70%
G 27 of 255 = 11%
B 27 of 255 = 11%

179
27
27

R + G + B ~ 31%. #B31B1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 27 + 27 = 233 (100%)
R 179 of 233 ~ 76.82%
G 27 of 233 ~ 11.59%
B 27 of 233 ~ 11.59%

%76.82
%11.59
%11.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.92%
  • yellow value is 84.92%
  • key color value is 29.80%
CMYK:
(0,85,85,30)
C0M85Y85K30 
(0%,85%,85%,30%)
(0.00/0.85/0.85/0.30)	

CMYK percentages

%0
%84.92
%84.92
%29.8

Codes

Color #B31B1B in popluar color models

B31B1B
RGB1792727
HSL73.79%40.39%
HSB/HSV84.92%70.20%
CMYK0.00%84.92%84.92%
29.80%

Color #B31B1B in popluar number systems.

HEXB31B1B
Decimal1792727
Binary101100111101111011
Octal2633333

Shades and tints

Shades of #B31B1B

#B31B1B
(179,27,27)
#A31919
(163,25,25)
#931717
(147,23,23)
#831515
(131,21,21)
#731313
(115,19,19)
#631111
(99,17,17)
#530F0F
(83,15,15)
#430D0D
(67,13,13)
#330B0B
(51,11,11)
#230909
(35,9,9)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #B31B1B

#B31B1B
(179,27,27)
#B92F2F
(185,47,47)
#BF4343
(191,67,67)
#C55757
(197,87,87)
#CB6B6B
(203,107,107)
#D17F7F
(209,127,127)
#D79393
(215,147,147)
#DDA7A7
(221,167,167)
#E3BBBB
(227,187,187)
#E9CFCF
(233,207,207)
#EFE3E3
(239,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B31B1B; }

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

This text font color is #B31B1B.


Background Color

.myBgColor { background-color: #B31B1B; }

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

This div background color is #B31B1B.


Border color

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

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

This div border color is #B31B1B.


Opacity

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

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

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

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

This text has shadow with #B31B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B31B1B on black background.


Color preview on white background

This text has color #B31B1B on white background.



Black color preview on #B31B1B background

This text has black color on #B31B1B background.


White color preview on #B31B1B background

This text has white color on #B31B1B background.