COLOR #B93B1C

HEX: #B93B1C RGB: (185,59,28)

Color info

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

RGB color model

#B93B1C color RGB value is (185,59,28).

RGB: (185,59,28) (73%, 23%, 11%)

RGB channels and saturation

R 185 of 255 = 73%
G 59 of 255 = 23%
B 28 of 255 = 11%

185
59
28

R + G + B ~ 36%. #B93B1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 185 + 59 + 28 = 272 (100%)
R 185 of 272 ~ 68.01%
G 59 of 272 ~ 21.69%
B 28 of 272 ~ 10.29'%

%68.01
%21.69

CMYK color model

#B93B1C color CMYK value is (0,68,85,27).

  • cyan value is 0.00%
  • magenta value is 68.11%
  • yellow value is 84.86%
  • key color value is 27.45%

CMYK: (0,68,85,27)
C0M68Y85K27 (0%, 68%, 85%, 27%)
(0.00 / 0.68 / 0.85 / 0.27)

CMYK percentages

%0
%68.11
%84.86
%27.45

Codes

Color #B93B1C in popluar color models

B9 3B 1C
RGB 185 59 28
HSL 12° 73.71% 41.76%
HSB/HSV 12° 84.86% 72.55%
CMYK 0.00% 68.11% 84.86%
27.45%

Color #B93B1C in popluar number systems.

HEX B9 3B 1C
Decimal 185 59 28
Binary 10111001 111011 11100
Octal 271 73 34

Shades and tints

Shades of #B93B1C

#B93B1C
(185,59,28)
#A9361A
(169,54,26)
#993118
(153,49,24)
#892C16
(137,44,22)
#792714
(121,39,20)
#692212
(105,34,18)
#591D10
(89,29,16)
#49180E
(73,24,14)
#39130C
(57,19,12)
#290E0A
(41,14,10)
#190908
(25,9,8)
#000000
(0,0,0)

Tints of #B93B1C

#B93B1C
(185,59,28)
#BF4C30
(191,76,48)
#C55D44
(197,93,68)
#CB6E58
(203,110,88)
#D17F6C
(209,127,108)
#D79080
(215,144,128)
#DDA194
(221,161,148)
#E3B2A8
(227,178,168)
#E9C3BC
(233,195,188)
#EFD4D0
(239,212,208)
#F5E5E4
(245,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93B1C color. Also use rgb(185,59,28) instead hex code.

Text Font Color

.myTextColor { color: #B93B1C; }

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

This text font color is #B93B1C.

Background Color

.myBgColor { background-color: #B93B1C; }

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

This div background color is #B93B1C.

Border color

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

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

This div border color is #B93B1C.

Opacity

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

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

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

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

This text has shadow with #B93B1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B93B1C.

Preview

Color preview on black background

This text has color #B93B1C on black background.


Color preview on white background

This text has color #B93B1C on white background.


Black color preview on #B93B1C background

This text has black color on #B93B1C background.


White color preview on #B93B1C background

This text has white color on #B93B1C background.


Related colors

Complementary color

Complementary color for #hex is #46C4E3.


I love getcolorcode.com

Triadic colors

1 #1CB93B and #3B1CB9 with #B93B1C are triadic colors.

2 #1C3BB9 and #3BB91C with #B93B1C are triadic colors.