COLOR #B73220

HEX: #B73220
RGB: (183,50,32)

Color info

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

RGB color model

#B73220 color RGB value is (183,50,32).

  • red value is 183;
  • green value is 50;
  • blue value is 32.
RGB:
(183,50,32)
(72%,20%,13%)

RGB channels and saturation

R 183 of 255 = 72%
G 50 of 255 = 20%
B 32 of 255 = 13%

183
50
32

R + G + B ~ 35%. #B73220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 50 + 32 = 265 (100%)
R 183 of 265 ~ 69.06%
G 50 of 265 ~ 18.87%
B 32 of 265 ~ 12.08%

%69.06
%18.87
%12.08

CMYK color model

#B73220 color CMYK value is (0,73,83,28).

  • cyan value is 0.00%
  • magenta value is 72.68%
  • yellow value is 82.51%
  • key color value is 28.24%
CMYK:
(0,73,83,28)
C0M73Y83K28 
(0%,73%,83%,28%)
(0.00/0.73/0.83/0.28)	

CMYK percentages

%0
%72.68
%82.51
%28.24

Codes

Color #B73220 in popluar color models

B73220
RGB1835032
HSL70.23%42.16%
HSB/HSV82.51%71.76%
CMYK0.00%72.68%82.51%
28.24%

Color #B73220 in popluar number systems.

HEXB73220
Decimal1835032
Binary10110111110010100000
Octal2676240

Shades and tints

Shades of #B73220

#B73220
(183,50,32)
#A72E1E
(167,46,30)
#972A1C
(151,42,28)
#87261A
(135,38,26)
#772218
(119,34,24)
#671E16
(103,30,22)
#571A14
(87,26,20)
#471612
(71,22,18)
#371210
(55,18,16)
#270E0E
(39,14,14)
#170A0C
(23,10,12)
#000000
(0,0,0)

Tints of #B73220

#B73220
(183,50,32)
#BD4434
(189,68,52)
#C35648
(195,86,72)
#C9685C
(201,104,92)
#CF7A70
(207,122,112)
#D58C84
(213,140,132)
#DB9E98
(219,158,152)
#E1B0AC
(225,176,172)
#E7C2C0
(231,194,192)
#EDD4D4
(237,212,212)
#F3E6E8
(243,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B73220; }

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

This text font color is #B73220.


Background Color

.myBgColor { background-color: #B73220; }

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

This div background color is #B73220.


Border color

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

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

This div border color is #B73220.


Opacity

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

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

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

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

This text has shadow with #B73220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B73220 on black background.


Color preview on white background

This text has color #B73220 on white background.



Black color preview on #B73220 background

This text has black color on #B73220 background.


White color preview on #B73220 background

This text has white color on #B73220 background.