COLOR #9A0B13

HEX: #9A0B13
RGB: (154,11,19)

Color info

#9A0B13 contains mainly red color. Web safe color of #9A0B13 is #990000 (or #900).

RGB color model

#9A0B13 color RGB value is (154,11,19).

  • red value is 154;
  • green value is 11;
  • blue value is 19.
RGB:
(154,11,19)
(60%,4%,7%)

RGB channels and saturation

R 154 of 255 = 60%
G 11 of 255 = 4%
B 19 of 255 = 7%

154
11
19

R + G + B ~ 24%. #9A0B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 11 + 19 = 184 (100%)
R 154 of 184 ~ 83.7%
G 11 of 184 ~ 5.98%
B 19 of 184 ~ 10.33%

%83.7
%10.33

CMYK color model

#9A0B13 color CMYK value is (0,93,88,40).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 87.66%
  • key color value is 39.61%
CMYK:
(0,93,88,40)
C0M93Y88K40 
(0%,93%,88%,40%)
(0.00/0.93/0.88/0.40)	

CMYK percentages

%0
%92.86
%87.66
%39.61

Codes

Color #9A0B13 in popluar color models

9A0B13
RGB1541119
HSL357°86.67%32.35%
HSB/HSV357°92.86%60.39%
CMYK0.00%92.86%87.66%
39.61%

Color #9A0B13 in popluar number systems.

HEX9A0B13
Decimal1541119
Binary10011010101110011
Octal2321323

Shades and tints

Shades of #9A0B13

#9A0B13
(154,11,19)
#8C0A12
(140,10,18)
#7E0911
(126,9,17)
#700810
(112,8,16)
#62070F
(98,7,15)
#54060E
(84,6,14)
#46050D
(70,5,13)
#38040C
(56,4,12)
#2A030B
(42,3,11)
#1C020A
(28,2,10)
#0E0109
(14,1,9)
#000000
(0,0,0)

Tints of #9A0B13

#9A0B13
(154,11,19)
#A32128
(163,33,40)
#AC373D
(172,55,61)
#B54D52
(181,77,82)
#BE6367
(190,99,103)
#C7797C
(199,121,124)
#D08F91
(208,143,145)
#D9A5A6
(217,165,166)
#E2BBBB
(226,187,187)
#EBD1D0
(235,209,208)
#F4E7E5
(244,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A0B13 color. Also use rgb(154,11,19) instead hex code.

Text Font Color

.myTextColor { color: #9A0B13; }

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

This text font color is #9A0B13.


Background Color

.myBgColor { background-color: #9A0B13; }

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

This div background color is #9A0B13.


Border color

.myBorderColor { border: 1px solid #9A0B13; }

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

This div border color is #9A0B13.


Opacity

.myOpacity80 { color: #9A0B13; opacity: 0.8; }

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

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

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

This text has shadow with #9A0B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A0B13 on black background.


Color preview on white background

This text has color #9A0B13 on white background.



Black color preview on #9A0B13 background

This text has black color on #9A0B13 background.


White color preview on #9A0B13 background

This text has white color on #9A0B13 background.