COLOR #9A1615

HEX: #9A1615
RGB: (154,22,21)

Color info

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

RGB color model

#9A1615 color RGB value is (154,22,21).

  • red value is 154;
  • green value is 22;
  • blue value is 21.
RGB:
(154,22,21)
(60%,9%,8%)

RGB channels and saturation

R 154 of 255 = 60%
G 22 of 255 = 9%
B 21 of 255 = 8%

154
22
21

R + G + B ~ 26%. #9A1615 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 22 + 21 = 197 (100%)
R 154 of 197 ~ 78.17%
G 22 of 197 ~ 11.17%
B 21 of 197 ~ 10.66%

%78.17
%11.17
%10.66

CMYK color model

#9A1615 color CMYK value is (0,86,86,40).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 86.36%
  • key color value is 39.61%
CMYK:
(0,86,86,40)
C0M86Y86K40 
(0%,86%,86%,40%)
(0.00/0.86/0.86/0.40)	

CMYK percentages

%0
%85.71
%86.36
%39.61

Codes

Color #9A1615 in popluar color models

9A1615
RGB1542221
HSL76.00%34.31%
HSB/HSV86.36%60.39%
CMYK0.00%85.71%86.36%
39.61%

Color #9A1615 in popluar number systems.

HEX9A1615
Decimal1542221
Binary100110101011010101
Octal2322625

Shades and tints

Shades of #9A1615

#9A1615
(154,22,21)
#8C1414
(140,20,20)
#7E1213
(126,18,19)
#701012
(112,16,18)
#620E11
(98,14,17)
#540C10
(84,12,16)
#460A0F
(70,10,15)
#38080E
(56,8,14)
#2A060D
(42,6,13)
#1C040C
(28,4,12)
#0E020B
(14,2,11)
#000000
(0,0,0)

Tints of #9A1615

#9A1615
(154,22,21)
#A32B2A
(163,43,42)
#AC403F
(172,64,63)
#B55554
(181,85,84)
#BE6A69
(190,106,105)
#C77F7E
(199,127,126)
#D09493
(208,148,147)
#D9A9A8
(217,169,168)
#E2BEBD
(226,190,189)
#EBD3D2
(235,211,210)
#F4E8E7
(244,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A1615 color. Also use rgb(154,22,21) instead hex code.

Text Font Color

.myTextColor { color: #9A1615; }

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

This text font color is #9A1615.


Background Color

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

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

This div background color is #9A1615.


Border color

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

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

This div border color is #9A1615.


Opacity

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

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

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

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

This text has shadow with #9A1615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A1615 on black background.


Color preview on white background

This text has color #9A1615 on white background.



Black color preview on #9A1615 background

This text has black color on #9A1615 background.


White color preview on #9A1615 background

This text has white color on #9A1615 background.