COLOR #A21506

HEX: #A21506
RGB: (162,21,6)

Color info

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

RGB color model

#A21506 color RGB value is (162,21,6).

  • red value is 162;
  • green value is 21;
  • blue value is 6.
RGB:
(162,21,6)
(64%,8%,2%)

RGB channels and saturation

R 162 of 255 = 64%
G 21 of 255 = 8%
B 6 of 255 = 2%

162
21
6

R + G + B ~ 25%. #A21506 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 21 + 6 = 189 (100%)
R 162 of 189 ~ 85.71%
G 21 of 189 ~ 11.11%
B 6 of 189 ~ 3.17%

%85.71
%11.11

CMYK color model

#A21506 color CMYK value is (0,87,96,36).

  • cyan value is 0.00%
  • magenta value is 87.04%
  • yellow value is 96.30%
  • key color value is 36.47%
CMYK:
(0,87,96,36)
C0M87Y96K36 
(0%,87%,96%,36%)
(0.00/0.87/0.96/0.36)	

CMYK percentages

%0
%87.04
%96.3
%36.47

Codes

Color #A21506 in popluar color models

A21506
RGB162216
HSL92.86%32.94%
HSB/HSV96.30%63.53%
CMYK0.00%87.04%96.30%
36.47%

Color #A21506 in popluar number systems.

HEXA21506
Decimal162216
Binary1010001010101110
Octal242256

Shades and tints

Shades of #A21506

#A21506
(162,21,6)
#941406
(148,20,6)
#861306
(134,19,6)
#781206
(120,18,6)
#6A1106
(106,17,6)
#5C1006
(92,16,6)
#4E0F06
(78,15,6)
#400E06
(64,14,6)
#320D06
(50,13,6)
#240C06
(36,12,6)
#160B06
(22,11,6)
#000000
(0,0,0)

Tints of #A21506

#A21506
(162,21,6)
#AA2A1C
(170,42,28)
#B23F32
(178,63,50)
#BA5448
(186,84,72)
#C2695E
(194,105,94)
#CA7E74
(202,126,116)
#D2938A
(210,147,138)
#DAA8A0
(218,168,160)
#E2BDB6
(226,189,182)
#EAD2CC
(234,210,204)
#F2E7E2
(242,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A21506 color. Also use rgb(162,21,6) instead hex code.

Text Font Color

.myTextColor { color: #A21506; }

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

This text font color is #A21506.


Background Color

.myBgColor { background-color: #A21506; }

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

This div background color is #A21506.


Border color

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

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

This div border color is #A21506.


Opacity

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

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

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

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

This text has shadow with #A21506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A21506 on black background.


Color preview on white background

This text has color #A21506 on white background.



Black color preview on #A21506 background

This text has black color on #A21506 background.


White color preview on #A21506 background

This text has white color on #A21506 background.