#A41601

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

Shades of Dark Red #A41601

Tints of Dark Red #A41601

Color information

#A41601 (or 0xA41601) is unknown color: approx Dark Red. HEX triplet: A4, 16 and 01. RGB value is (164,22,1). Sum of RGB (Red+Green+Blue) = 164+22+1=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A41601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41601 is #5BE9FE. Grayscale: #3E3E3E. Windows color (decimal): -6023679 or 71332. OLE color: 71332.

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

Color convert

RGB164221-
CMYK00.870.990.36
HSL7.73º98.79%32.35%-
HSV(B)7.73º99.39%64.31%-
XYZ15.68.470.84-
YUV62.0693.54200.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 87.70%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=87.70%
G=11.76%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16422100.870.990.367.7398.7932.35
HexA4161057632486320
Octal2442610127143441014340
Binary1010010010110101010111110001110010010001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41601; }

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

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

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

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

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

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

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

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