COLOR #B7322E

HEX: #B7322E RGB: (183,50,46)

Color info

#B7322E contains mainly red color. Web safe color of #B7322E is #CC3333 (or #C33).

RGB color model

#B7322E color RGB value is (183,50,46).

RGB: (183,50,46) (72%, 20%, 18%)

RGB channels and saturation

R 183 of 255 = 72%
G 50 of 255 = 20%
B 46 of 255 = 18%

183
50
46

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

Portions of RGB colors in percentages

R + G + B = 183 + 50 + 46 = 279 (100%)
R 183 of 279 ~ 65.59%
G 50 of 279 ~ 17.92%
B 46 of 279 ~ 16.49'%

%65.59
%17.92
%16.49

CMYK color model

#B7322E color CMYK value is (0,73,75,28).

  • cyan value is 0.00%
  • magenta value is 72.68%
  • yellow value is 74.86%
  • key color value is 28.24%

CMYK: (0,73,75,28)
C0M73Y75K28 (0%, 73%, 75%, 28%)
(0.00 / 0.73 / 0.75 / 0.28)

CMYK percentages

%0
%72.68
%74.86
%28.24

Codes

Color #B7322E in popluar color models

B7 32 2E
RGB 183 50 46
HSL 59.83% 44.90%
HSB/HSV 74.86% 71.76%
CMYK 0.00% 72.68% 74.86%
28.24%

Color #B7322E in popluar number systems.

HEX B7 32 2E
Decimal 183 50 46
Binary 10110111 110010 101110
Octal 267 62 56

Shades and tints

Shades of #B7322E

#B7322E
(183,50,46)
#A72E2A
(167,46,42)
#972A26
(151,42,38)
#872622
(135,38,34)
#77221E
(119,34,30)
#671E1A
(103,30,26)
#571A16
(87,26,22)
#471612
(71,22,18)
#37120E
(55,18,14)
#270E0A
(39,14,10)
#170A06
(23,10,6)
#000000
(0,0,0)

Tints of #B7322E

#B7322E
(183,50,46)
#BD4441
(189,68,65)
#C35654
(195,86,84)
#C96867
(201,104,103)
#CF7A7A
(207,122,122)
#D58C8D
(213,140,141)
#DB9EA0
(219,158,160)
#E1B0B3
(225,176,179)
#E7C2C6
(231,194,198)
#EDD4D9
(237,212,217)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7322E color. Also use rgb(183,50,46) instead hex code.

Text Font Color

.myTextColor { color: #B7322E; }

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

This text font color is #B7322E.

Background Color

.myBgColor { background-color: #B7322E; }

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

This div background color is #B7322E.

Border color

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

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

This div border color is #B7322E.

Opacity

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

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

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

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

This text has shadow with #B7322E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7322E.

Preview

Color preview on black background

This text has color #B7322E on black background.


Color preview on white background

This text has color #B7322E on white background.


Black color preview on #B7322E background

This text has black color on #B7322E background.


White color preview on #B7322E background

This text has white color on #B7322E background.


Related colors

Complementary color

Complementary color for #hex is #48CDD1.


I love getcolorcode.com

Triadic colors

1 #2EB732 and #322EB7 with #B7322E are triadic colors.

2 #2E32B7 and #32B72E with #B7322E are triadic colors.