COLOR #A60015

HEX: #A60015
RGB: (166,0,21)

Color info

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

RGB color model

#A60015 color RGB value is (166,0,21).

  • red value is 166;
  • green value is 0;
  • blue value is 21.
RGB:
(166,0,21)
(65%,0%,8%)

RGB channels and saturation

R 166 of 255 = 65%
G 0 of 255 = 0%
B 21 of 255 = 8%

166
0
21

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

Portions of RGB colors in percentages

R + G + B =
166 + 0 + 21 = 187 (100%)
R 166 of 187 ~ 88.77%
G 0 of 187 ~ 0%
B 21 of 187 ~ 11.23%

%88.77
%11.23

CMYK color model

#A60015 color CMYK value is (0,100,87,35).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 87.35%
  • key color value is 34.90%
CMYK:
(0,100,87,35)
C0M100Y87K35 
(0%,100%,87%,35%)
(0.00/1.00/0.87/0.35)	

CMYK percentages

%0
%100
%87.35
%34.9

Codes

Color #A60015 in popluar color models

A60015
RGB166021
HSL352°100.00%32.55%
HSB/HSV352°100.00%65.10%
CMYK0.00%100.00%87.35%
34.90%

Color #A60015 in popluar number systems.

HEXA60015
Decimal166021
Binary10100110010101
Octal246025

Shades and tints

Shades of #A60015

#A60015
(166,0,21)
#970014
(151,0,20)
#880013
(136,0,19)
#790012
(121,0,18)
#6A0011
(106,0,17)
#5B0010
(91,0,16)
#4C000F
(76,0,15)
#3D000E
(61,0,14)
#2E000D
(46,0,13)
#1F000C
(31,0,12)
#10000B
(16,0,11)
#000000
(0,0,0)

Tints of #A60015

#A60015
(166,0,21)
#AE172A
(174,23,42)
#B62E3F
(182,46,63)
#BE4554
(190,69,84)
#C65C69
(198,92,105)
#CE737E
(206,115,126)
#D68A93
(214,138,147)
#DEA1A8
(222,161,168)
#E6B8BD
(230,184,189)
#EECFD2
(238,207,210)
#F6E6E7
(246,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60015 color. Also use rgb(166,0,21) instead hex code.

Text Font Color

.myTextColor { color: #A60015; }

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

This text font color is #A60015.


Background Color

.myBgColor { background-color: #A60015; }

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

This div background color is #A60015.


Border color

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

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

This div border color is #A60015.


Opacity

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

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

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

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

This text has shadow with #A60015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60015 on black background.


Color preview on white background

This text has color #A60015 on white background.



Black color preview on #A60015 background

This text has black color on #A60015 background.


White color preview on #A60015 background

This text has white color on #A60015 background.