#A41605

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

Shades of Dark Red #A41605

Tints of Dark Red #A41605

Color information

#A41605 (or 0xA41605) is unknown color: approx Dark Red. HEX triplet: A4, 16 and 05. RGB value is (164,22,5). Sum of RGB (Red+Green+Blue) = 164+22+5=191 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.86% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 164 - color contains mainly: red. Hex color #A41605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41605 is #5BE9FA. Grayscale: #3E3E3E. Windows color (decimal): -6023675 or 333476. OLE color: 333476.

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

Color convert

RGB164225-
CMYK00.870.970.36
HSL6.42º94.08%33.14%-
HSV(B)6.42º96.95%64.31%-
XYZ15.628.480.96-
YUV62.5295.54200.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 85.86%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=85.86%
G=11.52%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16422500.870.970.366.4294.0833.14
HexA4165057612465e21
Octal244265012714144613641
Binary10100100101101010101011111000011001001101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41605; }

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

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

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

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

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

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

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

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