#A40504

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

Shades of Dark Red #A40504

Tints of Dark Red #A40504

Color information

#A40504 (or 0xA40504) is unknown color: approx Dark Red. HEX triplet: A4, 05 and 04. RGB value is (164,5,4). Sum of RGB (Red+Green+Blue) = 164+5+4=173 (22% of max value = 765). Red value is 164 (64.45% from 255 or 94.80% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 164 - color contains mainly: red. Hex color #A40504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40504 is #5BFAFB. Grayscale: #343434. Windows color (decimal): -6028028 or 263588. OLE color: 263588.

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

Color convert

RGB16454-
CMYK00.970.980.36
HSL0.38º95.24%32.94%-
HSV(B)0.38º97.56%64.31%-
XYZ15.398.010.85-
YUV52.43100.68207.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 94.80%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=94.80%
G=2.89%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645400.970.980.360.3895.2432.94
HexA454061622405f21
Octal24454014114244013741
Binary1010010010110001100001110001010010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40504; }

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

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

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

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

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

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

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

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