#A40100

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

Shades of Dark Red #A40100

Tints of Dark Red #A40100

Color information

#A40100 (or 0xA40100) is unknown color: approx Dark Red. HEX triplet: A4, 01 and 00. RGB value is (164,1,0). Sum of RGB (Red+Green+Blue) = 164+1+0=165 (21% of max value = 765). Red value is 164 (64.45% from 255 or 99.39% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 164 - color contains mainly: red. Hex color #A40100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40100 is #5BFEFF. Grayscale: #313131. Windows color (decimal): -6029056 or 420. OLE color: 420.

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

Color convert

RGB16410-
CMYK00.9910.36
HSL0.37º100%32.16%-
HSV(B)0.37º100%64.31%-
XYZ15.327.910.72-
YUV49.62100209.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 99.39%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.39%
G=0.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641000.9910.360.3710032.16
HexA410063642406420
Octal24410014314444014440
Binary101001001001100011110010010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40100; }

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

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

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

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

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

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

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

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