#A41505

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

Shades of Dark Red #A41505

Tints of Dark Red #A41505

Color information

#A41505 (or 0xA41505) is unknown color: approx Dark Red. HEX triplet: A4, 15 and 05. RGB value is (164,21,5). Sum of RGB (Red+Green+Blue) = 164+21+5=190 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.32% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 164 - color contains mainly: red. Hex color #A41505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41505 is #5BEAFA. Grayscale: #3E3E3E. Windows color (decimal): -6023931 or 333220. OLE color: 333220.

HSL color Cylindrical-coordinate representation of color #A41505: hue angle of 6.04º 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 #A41505 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB164215-
CMYK00.870.970.36
HSL6.04º94.08%33.14%-
HSV(B)6.04º96.95%64.31%-
XYZ15.618.440.95-
YUV61.9395.88200.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 86.32%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=86.32%
G=11.05%
B=2.63%

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
Decimal16421500.870.970.366.0494.0833.14
HexA4155057612465e21
Octal244255012714144613641
Binary10100100101011010101011111000011001001101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41505; }

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

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

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

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

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

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

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

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