COLOR #B9352D

HEX: #B9352D
RGB: (185,53,45)

Color info

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

RGB color model

#B9352D color RGB value is (185,53,45).

  • red value is 185;
  • green value is 53;
  • blue value is 45.
RGB:
(185,53,45)
(73%,21%,18%)

RGB channels and saturation

R 185 of 255 = 73%
G 53 of 255 = 21%
B 45 of 255 = 18%

185
53
45

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

Portions of RGB colors in percentages

R + G + B =
185 + 53 + 45 = 283 (100%)
R 185 of 283 ~ 65.37%
G 53 of 283 ~ 18.73%
B 45 of 283 ~ 15.9%

%65.37
%18.73
%15.9

CMYK color model

#B9352D color CMYK value is (0,71,76,27).

  • cyan value is 0.00%
  • magenta value is 71.35%
  • yellow value is 75.68%
  • key color value is 27.45%
CMYK:
(0,71,76,27)
C0M71Y76K27 
(0%,71%,76%,27%)
(0.00/0.71/0.76/0.27)	

CMYK percentages

%0
%71.35
%75.68
%27.45

Codes

Color #B9352D in popluar color models

B9352D
RGB1855345
HSL60.87%45.10%
HSB/HSV75.68%72.55%
CMYK0.00%71.35%75.68%
27.45%

Color #B9352D in popluar number systems.

HEXB9352D
Decimal1855345
Binary10111001110101101101
Octal2716555

Shades and tints

Shades of #B9352D

#B9352D
(185,53,45)
#A93129
(169,49,41)
#992D25
(153,45,37)
#892921
(137,41,33)
#79251D
(121,37,29)
#692119
(105,33,25)
#591D15
(89,29,21)
#491911
(73,25,17)
#39150D
(57,21,13)
#291109
(41,17,9)
#190D05
(25,13,5)
#000000
(0,0,0)

Tints of #B9352D

#B9352D
(185,53,45)
#BF4740
(191,71,64)
#C55953
(197,89,83)
#CB6B66
(203,107,102)
#D17D79
(209,125,121)
#D78F8C
(215,143,140)
#DDA19F
(221,161,159)
#E3B3B2
(227,179,178)
#E9C5C5
(233,197,197)
#EFD7D8
(239,215,216)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9352D color. Also use rgb(185,53,45) instead hex code.

Text Font Color

.myTextColor { color: #B9352D; }

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

This text font color is #B9352D.


Background Color

.myBgColor { background-color: #B9352D; }

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

This div background color is #B9352D.


Border color

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

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

This div border color is #B9352D.


Opacity

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

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

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

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

This text has shadow with #B9352D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9352D on black background.


Color preview on white background

This text has color #B9352D on white background.



Black color preview on #B9352D background

This text has black color on #B9352D background.


White color preview on #B9352D background

This text has white color on #B9352D background.