#A01601

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

Shades of Dark Red #A01601

Tints of Dark Red #A01601

Color information

#A01601 (or 0xA01601) is unknown color: approx Dark Red. HEX triplet: A0, 16 and 01. RGB value is (160,22,1). Sum of RGB (Red+Green+Blue) = 160+22+1=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A01601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01601 is #5FE9FE. Grayscale: #3D3D3D. Windows color (decimal): -6285823 or 71328. OLE color: 71328.

HSL color Cylindrical-coordinate representation of color #A01601: hue angle of 7.92º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A01601 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160221-
CMYK00.860.990.37
HSL7.92º98.76%31.57%-
HSV(B)7.92º99.37%62.75%-
XYZ14.798.050.8-
YUV60.8794.22198.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.43%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=87.43%
G=12.02%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16022100.860.990.377.9298.7631.57
HexA0161056632586320
Octal2402610126143451014340
Binary1010000010110101010110110001110010110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01601; }

 p { color: rgb(160,22,1); }

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

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

 a { background-color: rgb(160,22,1); }

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

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

 span { border-color: rgb(160,22,1); }

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