COLOR #B32C13

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

Color info

#B32C13 contains mainly red color. Web safe color of #B32C13 is #993300 (or #930).

RGB color model

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

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

RGB channels and saturation

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

179
44
19

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

Portions of RGB colors in percentages

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

%73.97
%18.18

CMYK color model

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

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

CMYK percentages

%0
%75.42
%89.39
%29.8

Codes

Color #B32C13 in popluar color models

B32C13
RGB1794419
HSL80.81%38.82%
HSB/HSV89.39%70.20%
CMYK0.00%75.42%89.39%
29.80%

Color #B32C13 in popluar number systems.

HEXB32C13
Decimal1794419
Binary1011001110110010011
Octal2635423

Shades and tints

Shades of #B32C13

#B32C13
(179,44,19)
#A32812
(163,40,18)
#932411
(147,36,17)
#832010
(131,32,16)
#731C0F
(115,28,15)
#63180E
(99,24,14)
#53140D
(83,20,13)
#43100C
(67,16,12)
#330C0B
(51,12,11)
#23080A
(35,8,10)
#130409
(19,4,9)
#000000
(0,0,0)

Tints of #B32C13

#B32C13
(179,44,19)
#B93F28
(185,63,40)
#BF523D
(191,82,61)
#C56552
(197,101,82)
#CB7867
(203,120,103)
#D18B7C
(209,139,124)
#D79E91
(215,158,145)
#DDB1A6
(221,177,166)
#E3C4BB
(227,196,187)
#E9D7D0
(233,215,208)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B32C13; }

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

This text font color is #B32C13.


Background Color

.myBgColor { background-color: #B32C13; }

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

This div background color is #B32C13.


Border color

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

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

This div border color is #B32C13.


Opacity

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

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

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

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

This text has shadow with #B32C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B32C13 on black background.


Color preview on white background

This text has color #B32C13 on white background.



Black color preview on #B32C13 background

This text has black color on #B32C13 background.


White color preview on #B32C13 background

This text has white color on #B32C13 background.