COLOR #B93839

HEX: #B93839
RGB: (185,56,57)

Color info

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

RGB color model

#B93839 color RGB value is (185,56,57).

  • red value is 185;
  • green value is 56;
  • blue value is 57.
RGB:
(185,56,57)
(73%,22%,22%)

RGB channels and saturation

R 185 of 255 = 73%
G 56 of 255 = 22%
B 57 of 255 = 22%

185
56
57

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

Portions of RGB colors in percentages

R + G + B =
185 + 56 + 57 = 298 (100%)
R 185 of 298 ~ 62.08%
G 56 of 298 ~ 18.79%
B 57 of 298 ~ 19.13%

%62.08
%18.79
%19.13

CMYK color model

#B93839 color CMYK value is (0,70,69,27).

  • cyan value is 0.00%
  • magenta value is 69.73%
  • yellow value is 69.19%
  • key color value is 27.45%
CMYK:
(0,70,69,27)
C0M70Y69K27 
(0%,70%,69%,27%)
(0.00/0.70/0.69/0.27)	

CMYK percentages

%0
%69.73
%69.19
%27.45

Codes

Color #B93839 in popluar color models

B93839
RGB1855657
HSL360°53.53%47.25%
HSB/HSV360°69.73%72.55%
CMYK0.00%69.73%69.19%
27.45%

Color #B93839 in popluar number systems.

HEXB93839
Decimal1855657
Binary10111001111000111001
Octal2717071

Shades and tints

Shades of #B93839

#B93839
(185,56,57)
#A93334
(169,51,52)
#992E2F
(153,46,47)
#89292A
(137,41,42)
#792425
(121,36,37)
#691F20
(105,31,32)
#591A1B
(89,26,27)
#491516
(73,21,22)
#391011
(57,16,17)
#290B0C
(41,11,12)
#190607
(25,6,7)
#000000
(0,0,0)

Tints of #B93839

#B93839
(185,56,57)
#BF4A4B
(191,74,75)
#C55C5D
(197,92,93)
#CB6E6F
(203,110,111)
#D18081
(209,128,129)
#D79293
(215,146,147)
#DDA4A5
(221,164,165)
#E3B6B7
(227,182,183)
#E9C8C9
(233,200,201)
#EFDADB
(239,218,219)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93839 color. Also use rgb(185,56,57) instead hex code.

Text Font Color

.myTextColor { color: #B93839; }

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

This text font color is #B93839.


Background Color

.myBgColor { background-color: #B93839; }

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

This div background color is #B93839.


Border color

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

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

This div border color is #B93839.


Opacity

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

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

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

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

This text has shadow with #B93839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B93839 on black background.


Color preview on white background

This text has color #B93839 on white background.



Black color preview on #B93839 background

This text has black color on #B93839 background.


White color preview on #B93839 background

This text has white color on #B93839 background.