COLOR #B31333

HEX: #B31333 RGB: (179,19,51)

Color info

#B31333 contains mainly red color. Web safe color of #B31333 is #990033 (or #903).

RGB color model

#B31333 color RGB value is (179,19,51).

RGB: (179,19,51) (70%, 7%, 20%)

RGB channels and saturation

R 179 of 255 = 70%
G 19 of 255 = 7%
B 51 of 255 = 20%

179
19
51

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

Portions of RGB colors in percentages

R + G + B = 179 + 19 + 51 = 249 (100%)
R 179 of 249 ~ 71.89%
G 19 of 249 ~ 7.63%
B 51 of 249 ~ 20.48'%

%71.89
%20.48

CMYK color model

#B31333 color CMYK value is (0,89,72,30).

  • cyan value is 0.00%
  • magenta value is 89.39%
  • yellow value is 71.51%
  • key color value is 29.80%

CMYK: (0,89,72,30)
C0M89Y72K30 (0%, 89%, 72%, 30%)
(0.00 / 0.89 / 0.72 / 0.30)

CMYK percentages

%0
%89.39
%71.51
%29.8

Codes

Color #B31333 in popluar color models

B3 13 33
RGB 179 19 51
HSL 348° 80.81% 38.82%
HSB/HSV 348° 89.39% 70.20%
CMYK 0.00% 89.39% 71.51%
29.80%

Color #B31333 in popluar number systems.

HEX B3 13 33
Decimal 179 19 51
Binary 10110011 10011 110011
Octal 263 23 63

Shades and tints

Shades of #B31333

#B31333
(179,19,51)
#A3122F
(163,18,47)
#93112B
(147,17,43)
#831027
(131,16,39)
#730F23
(115,15,35)
#630E1F
(99,14,31)
#530D1B
(83,13,27)
#430C17
(67,12,23)
#330B13
(51,11,19)
#230A0F
(35,10,15)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #B31333

#B31333
(179,19,51)
#B92845
(185,40,69)
#BF3D57
(191,61,87)
#C55269
(197,82,105)
#CB677B
(203,103,123)
#D17C8D
(209,124,141)
#D7919F
(215,145,159)
#DDA6B1
(221,166,177)
#E3BBC3
(227,187,195)
#E9D0D5
(233,208,213)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B31333; }

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

This text font color is #B31333.

Background Color

.myBgColor { background-color: #B31333; }

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

This div background color is #B31333.

Border color

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

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

This div border color is #B31333.

Opacity

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

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

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

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

This text has shadow with #B31333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B31333.

Preview

Color preview on black background

This text has color #B31333 on black background.


Color preview on white background

This text has color #B31333 on white background.


Black color preview on #B31333 background

This text has black color on #B31333 background.


White color preview on #B31333 background

This text has white color on #B31333 background.


Related colors

Complementary color

Complementary color for #hex is #4CECCC.


I love getcolorcode.com

Triadic colors

1 #33B313 and #1333B3 with #B31333 are triadic colors.

2 #3313B3 and #13B333 with #B31333 are triadic colors.