COLOR #B3132C

HEX: #B3132C
RGB: (179,19,44)

Color info

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

RGB color model

#B3132C color RGB value is (179,19,44).

  • red value is 179;
  • green value is 19;
  • blue value is 44.
RGB:
(179,19,44)
(70%,7%,17%)

RGB channels and saturation

R 179 of 255 = 70%
G 19 of 255 = 7%
B 44 of 255 = 17%

179
19
44

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

Portions of RGB colors in percentages

R + G + B =
179 + 19 + 44 = 242 (100%)
R 179 of 242 ~ 73.97%
G 19 of 242 ~ 7.85%
B 44 of 242 ~ 18.18%

%73.97
%18.18

CMYK color model

#B3132C color CMYK value is (0,89,75,30).

  • cyan value is 0.00%
  • magenta value is 89.39%
  • yellow value is 75.42%
  • key color value is 29.80%
CMYK:
(0,89,75,30)
C0M89Y75K30 
(0%,89%,75%,30%)
(0.00/0.89/0.75/0.30)	

CMYK percentages

%0
%89.39
%75.42
%29.8

Codes

Color #B3132C in popluar color models

B3132C
RGB1791944
HSL351°80.81%38.82%
HSB/HSV351°89.39%70.20%
CMYK0.00%89.39%75.42%
29.80%

Color #B3132C in popluar number systems.

HEXB3132C
Decimal1791944
Binary1011001110011101100
Octal2632354

Shades and tints

Shades of #B3132C

#B3132C
(179,19,44)
#A31228
(163,18,40)
#931124
(147,17,36)
#831020
(131,16,32)
#730F1C
(115,15,28)
#630E18
(99,14,24)
#530D14
(83,13,20)
#430C10
(67,12,16)
#330B0C
(51,11,12)
#230A08
(35,10,8)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #B3132C

#B3132C
(179,19,44)
#B9283F
(185,40,63)
#BF3D52
(191,61,82)
#C55265
(197,82,101)
#CB6778
(203,103,120)
#D17C8B
(209,124,139)
#D7919E
(215,145,158)
#DDA6B1
(221,166,177)
#E3BBC4
(227,187,196)
#E9D0D7
(233,208,215)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3132C; }

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

This text font color is #B3132C.


Background Color

.myBgColor { background-color: #B3132C; }

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

This div background color is #B3132C.


Border color

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

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

This div border color is #B3132C.


Opacity

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

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

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

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

This text has shadow with #B3132C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3132C on black background.


Color preview on white background

This text has color #B3132C on white background.



Black color preview on #B3132C background

This text has black color on #B3132C background.


White color preview on #B3132C background

This text has white color on #B3132C background.