COLOR #B32E3A

HEX: #B32E3A RGB: (179,46,58)

Color info

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

RGB color model

#B32E3A color RGB value is (179,46,58).

RGB: (179,46,58) (70%, 18%, 23%)

RGB channels and saturation

R 179 of 255 = 70%
G 46 of 255 = 18%
B 58 of 255 = 23%

179
46
58

R + G + B ~ 37%. #B32E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 179 + 46 + 58 = 283 (100%)
R 179 of 283 ~ 63.25%
G 46 of 283 ~ 16.25%
B 58 of 283 ~ 20.49'%

%63.25
%16.25
%20.49

CMYK color model

#B32E3A color CMYK value is (0,74,68,30).

  • cyan value is 0.00%
  • magenta value is 74.30%
  • yellow value is 67.60%
  • key color value is 29.80%

CMYK: (0,74,68,30)
C0M74Y68K30 (0%, 74%, 68%, 30%)
(0.00 / 0.74 / 0.68 / 0.30)

CMYK percentages

%0
%74.3
%67.6
%29.8

Codes

Color #B32E3A in popluar color models

B3 2E 3A
RGB 179 46 58
HSL 355° 59.11% 44.12%
HSB/HSV 355° 74.30% 70.20%
CMYK 0.00% 74.30% 67.60%
29.80%

Color #B32E3A in popluar number systems.

HEX B3 2E 3A
Decimal 179 46 58
Binary 10110011 101110 111010
Octal 263 56 72

Shades and tints

Shades of #B32E3A

#B32E3A
(179,46,58)
#A32A35
(163,42,53)
#932630
(147,38,48)
#83222B
(131,34,43)
#731E26
(115,30,38)
#631A21
(99,26,33)
#53161C
(83,22,28)
#431217
(67,18,23)
#330E12
(51,14,18)
#230A0D
(35,10,13)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #B32E3A

#B32E3A
(179,46,58)
#B9414B
(185,65,75)
#BF545C
(191,84,92)
#C5676D
(197,103,109)
#CB7A7E
(203,122,126)
#D18D8F
(209,141,143)
#D7A0A0
(215,160,160)
#DDB3B1
(221,179,177)
#E3C6C2
(227,198,194)
#E9D9D3
(233,217,211)
#EFECE4
(239,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B32E3A; }

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

This text font color is #B32E3A.

Background Color

.myBgColor { background-color: #B32E3A; }

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

This div background color is #B32E3A.

Border color

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

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

This div border color is #B32E3A.

Opacity

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

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

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

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

This text has shadow with #B32E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B32E3A.

Preview

Color preview on black background

This text has color #B32E3A on black background.


Color preview on white background

This text has color #B32E3A on white background.


Black color preview on #B32E3A background

This text has black color on #B32E3A background.


White color preview on #B32E3A background

This text has white color on #B32E3A background.


Related colors

Complementary color

Complementary color for #hex is #4CD1C5.


I love getcolorcode.com

Triadic colors

1 #3AB32E and #2E3AB3 with #B32E3A are triadic colors.

2 #3A2EB3 and #2EB33A with #B32E3A are triadic colors.