#A40000

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

Shades of Dark Red #A40000

Tints of Dark Red #A40000

Color information

#A40000 (or 0xA40000) is unknown color: approx Dark Red. HEX triplet: A4, 00 and 00. RGB value is (164,0,0). Sum of RGB (Red+Green+Blue) = 164+0+0=164 (21% of max value = 765). Red value is 164 (64.45% from 255 or 100% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 164 - color contains mainly: red. Hex color #A40000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40000 is #5BFFFF. Grayscale: #313131. Windows color (decimal): -6029312 or 164. OLE color: 164.

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

Color convert

RGB16400-
CMYK0110.36
HSL100%32.16%-
HSV(B)100%64.31%-
XYZ15.317.890.72-
YUV49.04100.33210-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164000110.36010032.16
HexA400064642406420
Octal24400014414444014440
Binary101001000001100100110010010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40000; }

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

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

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

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

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

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

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

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