COLOR #B7372C

HEX: #B7372C
RGB: (183,55,44)

Color info

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

RGB color model

#B7372C color RGB value is (183,55,44).

  • red value is 183;
  • green value is 55;
  • blue value is 44.
RGB:
(183,55,44)
(72%,22%,17%)

RGB channels and saturation

R 183 of 255 = 72%
G 55 of 255 = 22%
B 44 of 255 = 17%

183
55
44

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

Portions of RGB colors in percentages

R + G + B =
183 + 55 + 44 = 282 (100%)
R 183 of 282 ~ 64.89%
G 55 of 282 ~ 19.5%
B 44 of 282 ~ 15.6%

%64.89
%19.5
%15.6

CMYK color model

#B7372C color CMYK value is (0,70,76,28).

  • cyan value is 0.00%
  • magenta value is 69.95%
  • yellow value is 75.96%
  • key color value is 28.24%
CMYK:
(0,70,76,28)
C0M70Y76K28 
(0%,70%,76%,28%)
(0.00/0.70/0.76/0.28)	

CMYK percentages

%0
%69.95
%75.96
%28.24

Codes

Color #B7372C in popluar color models

B7372C
RGB1835544
HSL61.23%44.51%
HSB/HSV75.96%71.76%
CMYK0.00%69.95%75.96%
28.24%

Color #B7372C in popluar number systems.

HEXB7372C
Decimal1835544
Binary10110111110111101100
Octal2676754

Shades and tints

Shades of #B7372C

#B7372C
(183,55,44)
#A73228
(167,50,40)
#972D24
(151,45,36)
#872820
(135,40,32)
#77231C
(119,35,28)
#671E18
(103,30,24)
#571914
(87,25,20)
#471410
(71,20,16)
#370F0C
(55,15,12)
#270A08
(39,10,8)
#170504
(23,5,4)
#000000
(0,0,0)

Tints of #B7372C

#B7372C
(183,55,44)
#BD493F
(189,73,63)
#C35B52
(195,91,82)
#C96D65
(201,109,101)
#CF7F78
(207,127,120)
#D5918B
(213,145,139)
#DBA39E
(219,163,158)
#E1B5B1
(225,181,177)
#E7C7C4
(231,199,196)
#EDD9D7
(237,217,215)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7372C color. Also use rgb(183,55,44) instead hex code.

Text Font Color

.myTextColor { color: #B7372C; }

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

This text font color is #B7372C.


Background Color

.myBgColor { background-color: #B7372C; }

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

This div background color is #B7372C.


Border color

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

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

This div border color is #B7372C.


Opacity

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

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

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

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

This text has shadow with #B7372C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7372C on black background.


Color preview on white background

This text has color #B7372C on white background.



Black color preview on #B7372C background

This text has black color on #B7372C background.


White color preview on #B7372C background

This text has white color on #B7372C background.