COLOR #B93D20

HEX: #B93D20
RGB: (185,61,32)

Color info

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

RGB color model

#B93D20 color RGB value is (185,61,32).

  • red value is 185;
  • green value is 61;
  • blue value is 32.
RGB:
(185,61,32)
(73%,24%,13%)

RGB channels and saturation

R 185 of 255 = 73%
G 61 of 255 = 24%
B 32 of 255 = 13%

185
61
32

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

Portions of RGB colors in percentages

R + G + B =
185 + 61 + 32 = 278 (100%)
R 185 of 278 ~ 66.55%
G 61 of 278 ~ 21.94%
B 32 of 278 ~ 11.51%

%66.55
%21.94
%11.51

CMYK color model

#B93D20 color CMYK value is (0,67,83,27).

  • cyan value is 0.00%
  • magenta value is 67.03%
  • yellow value is 82.70%
  • key color value is 27.45%
CMYK:
(0,67,83,27)
C0M67Y83K27 
(0%,67%,83%,27%)
(0.00/0.67/0.83/0.27)	

CMYK percentages

%0
%67.03
%82.7
%27.45

Codes

Color #B93D20 in popluar color models

B93D20
RGB1856132
HSL11°70.51%42.55%
HSB/HSV11°82.70%72.55%
CMYK0.00%67.03%82.70%
27.45%

Color #B93D20 in popluar number systems.

HEXB93D20
Decimal1856132
Binary10111001111101100000
Octal2717540

Shades and tints

Shades of #B93D20

#B93D20
(185,61,32)
#A9381E
(169,56,30)
#99331C
(153,51,28)
#892E1A
(137,46,26)
#792918
(121,41,24)
#692416
(105,36,22)
#591F14
(89,31,20)
#491A12
(73,26,18)
#391510
(57,21,16)
#29100E
(41,16,14)
#190B0C
(25,11,12)
#000000
(0,0,0)

Tints of #B93D20

#B93D20
(185,61,32)
#BF4E34
(191,78,52)
#C55F48
(197,95,72)
#CB705C
(203,112,92)
#D18170
(209,129,112)
#D79284
(215,146,132)
#DDA398
(221,163,152)
#E3B4AC
(227,180,172)
#E9C5C0
(233,197,192)
#EFD6D4
(239,214,212)
#F5E7E8
(245,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93D20 color. Also use rgb(185,61,32) instead hex code.

Text Font Color

.myTextColor { color: #B93D20; }

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

This text font color is #B93D20.


Background Color

.myBgColor { background-color: #B93D20; }

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

This div background color is #B93D20.


Border color

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

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

This div border color is #B93D20.


Opacity

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

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

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

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

This text has shadow with #B93D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B93D20 on black background.


Color preview on white background

This text has color #B93D20 on white background.



Black color preview on #B93D20 background

This text has black color on #B93D20 background.


White color preview on #B93D20 background

This text has white color on #B93D20 background.