#A21607

Color #A21607 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A21607

Tints of Dark Red #A21607

Color information

#A21607 (or 0xA21607) is unknown color: approx Dark Red. HEX triplet: A2, 16 and 07. RGB value is (162,22,7). Sum of RGB (Red+Green+Blue) = 162+22+7=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A21607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21607 is #5DE9F8. Grayscale: #3E3E3E. Windows color (decimal): -6154745 or 464546. OLE color: 464546.

HSL color Cylindrical-coordinate representation of color #A21607: hue angle of 5.81º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A21607 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB162227-
CMYK00.860.960.36
HSL5.81º91.72%33.14%-
HSV(B)5.81º95.68%63.53%-
XYZ15.238.270.99-
YUV62.1596.88199.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 7 (3.12% from 255) = 3.66%
R=84.82%
G=11.52%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16222700.860.960.365.8191.7233.14
HexA2167056602465c21
Octal242267012614044613441
Binary10100010101101110101011011000001001001101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21607; }

 p { color: rgb(162,22,7); }

 H1.HeaderClassName
 {
   color: #A21607;
 }
 .AnyTagClassName
 {
   color: #A21607;
 }
</style>
background-color css

<style>
 a { background-color: #A21607; }

 a { background-color: rgb(162,22,7); }

 div.DivClassName
 {
   background-color: #A21607;
 }
 .BgClassName
 {
   background-color: #A21607;
 }
</style>
border-color css

<style>
 span { border-color: #A21607; }

 span { border-color: rgb(162,22,7); }

 td.TdClassName
 {
   border-color: #A21607;
 }
 .TagClassName
 {
   border-color: #A21607;
 }
</style>