#A40D00

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

Shades of Dark Red #A40D00

Tints of Dark Red #A40D00

Color information

#A40D00 (or 0xA40D00) is unknown color: approx Dark Red. HEX triplet: A4, 0D and 00. RGB value is (164,13,0). Sum of RGB (Red+Green+Blue) = 164+13+0=177 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.66% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40D00 is #5BF2FF. Grayscale: #383838. Windows color (decimal): -6025984 or 3492. OLE color: 3492.

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

Color convert

RGB164130-
CMYK00.9210.36
HSL4.76º100%32.16%-
HSV(B)4.76º100%64.31%-
XYZ15.458.180.76-
YUV56.6796.03204.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 92.66%
GREEN value IS 13 (5.47% from 255) = 7.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.66%
G=7.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413000.9210.364.7610032.16
HexA4D005C642456420
Octal244150013414444514440
Binary10100100110100101110011001001001001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40D00; }

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

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

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

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

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

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

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

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