#A40704

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

Shades of Dark Red #A40704

Tints of Dark Red #A40704

Color information

#A40704 (or 0xA40704) is unknown color: approx Dark Red. HEX triplet: A4, 07 and 04. RGB value is (164,7,4). Sum of RGB (Red+Green+Blue) = 164+7+4=175 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 164 - color contains mainly: red. Hex color #A40704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40704 is #5BF8FB. Grayscale: #353535. Windows color (decimal): -6027516 or 264100. OLE color: 264100.

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

Color convert

RGB16474-
CMYK00.960.980.36
HSL1.12º95.24%32.94%-
HSV(B)1.12º97.56%64.31%-
XYZ15.418.050.86-
YUV53.6100.01206.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 93.71%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=93.71%
G=4%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647400.960.980.361.1295.2432.94
HexA474060622415f21
Octal24474014014244113741
Binary1010010011110001100000110001010010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40704; }

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

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

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

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

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

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

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

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