COLOR #B93736

HEX: #B93736
RGB: (185,55,54)

Color info

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

RGB color model

#B93736 color RGB value is (185,55,54).

  • red value is 185;
  • green value is 55;
  • blue value is 54.
RGB:
(185,55,54)
(73%,22%,21%)

RGB channels and saturation

R 185 of 255 = 73%
G 55 of 255 = 22%
B 54 of 255 = 21%

185
55
54

R + G + B ~ 39%. #B93736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 55 + 54 = 294 (100%)
R 185 of 294 ~ 62.93%
G 55 of 294 ~ 18.71%
B 54 of 294 ~ 18.37%

%62.93
%18.71
%18.37

CMYK color model

#B93736 color CMYK value is (0,70,71,27).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 70.81%
  • key color value is 27.45%
CMYK:
(0,70,71,27)
C0M70Y71K27 
(0%,70%,71%,27%)
(0.00/0.70/0.71/0.27)	

CMYK percentages

%0
%70.27
%70.81
%27.45

Codes

Color #B93736 in popluar color models

B93736
RGB1855554
HSL54.81%46.86%
HSB/HSV70.81%72.55%
CMYK0.00%70.27%70.81%
27.45%

Color #B93736 in popluar number systems.

HEXB93736
Decimal1855554
Binary10111001110111110110
Octal2716766

Shades and tints

Shades of #B93736

#B93736
(185,55,54)
#A93232
(169,50,50)
#992D2E
(153,45,46)
#89282A
(137,40,42)
#792326
(121,35,38)
#691E22
(105,30,34)
#59191E
(89,25,30)
#49141A
(73,20,26)
#390F16
(57,15,22)
#290A12
(41,10,18)
#19050E
(25,5,14)
#000000
(0,0,0)

Tints of #B93736

#B93736
(185,55,54)
#BF4948
(191,73,72)
#C55B5A
(197,91,90)
#CB6D6C
(203,109,108)
#D17F7E
(209,127,126)
#D79190
(215,145,144)
#DDA3A2
(221,163,162)
#E3B5B4
(227,181,180)
#E9C7C6
(233,199,198)
#EFD9D8
(239,217,216)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93736 color. Also use rgb(185,55,54) instead hex code.

Text Font Color

.myTextColor { color: #B93736; }

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

This text font color is #B93736.


Background Color

.myBgColor { background-color: #B93736; }

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

This div background color is #B93736.


Border color

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

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

This div border color is #B93736.


Opacity

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

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

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

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

This text has shadow with #B93736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B93736 on black background.


Color preview on white background

This text has color #B93736 on white background.



Black color preview on #B93736 background

This text has black color on #B93736 background.


White color preview on #B93736 background

This text has white color on #B93736 background.