#A41404

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

Shades of Dark Red #A41404

Tints of Dark Red #A41404

Color information

#A41404 (or 0xA41404) is unknown color: approx Dark Red. HEX triplet: A4, 14 and 04. RGB value is (164,20,4). Sum of RGB (Red+Green+Blue) = 164+20+4=188 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.23% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 164 - color contains mainly: red. Hex color #A41404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41404 is #5BEBFB. Grayscale: #3D3D3D. Windows color (decimal): -6024188 or 267428. OLE color: 267428.

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

Color convert

RGB164204-
CMYK00.880.980.36
HSL95.24%32.94%-
HSV(B)97.56%64.31%-
XYZ15.588.40.92-
YUV61.2395.71201.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 87.23%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=87.23%
G=10.64%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16420400.880.980.36695.2432.94
HexA4144058622465f21
Octal244244013014244613741
Binary10100100101001000101100011000101001001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41404; }

 p { color: rgb(164,20,4); }

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

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

 a { background-color: rgb(164,20,4); }

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

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

 span { border-color: rgb(164,20,4); }

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