#A41400

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

Shades of Dark Red #A41400

Tints of Dark Red #A41400

Color information

#A41400 (or 0xA41400) is unknown color: approx Dark Red. HEX triplet: A4, 14 and 00. RGB value is (164,20,0). Sum of RGB (Red+Green+Blue) = 164+20+0=184 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.13% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 164 - color contains mainly: red. Hex color #A41400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41400 is #5BEBFF. Grayscale: #3C3C3C. Windows color (decimal): -6024192 or 5284. OLE color: 5284.

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

Color convert

RGB164200-
CMYK00.8810.36
HSL7.32º100%32.16%-
HSV(B)7.32º100%64.31%-
XYZ15.568.390.8-
YUV60.7893.71201.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 89.13%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.13%
G=10.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16420000.8810.367.3210032.16
HexA4140058642476420
Octal244240013014444714440
Binary101001001010000101100011001001001001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41400; }

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

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

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

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

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

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

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

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