#A40C00

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

Shades of Dark Red #A40C00

Tints of Dark Red #A40C00

Color information

#A40C00 (or 0xA40C00) is unknown color: approx Dark Red. HEX triplet: A4, 0C and 00. RGB value is (164,12,0). Sum of RGB (Red+Green+Blue) = 164+12+0=176 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.18% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40C00 is #5BF3FF. Grayscale: #383838. Windows color (decimal): -6026240 or 3236. OLE color: 3236.

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

Color convert

RGB164120-
CMYK00.9310.36
HSL4.39º100%32.16%-
HSV(B)4.39º100%64.31%-
XYZ15.448.160.76-
YUV56.0896.36204.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 93.18%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.18%
G=6.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412000.9310.364.3910032.16
HexA4C005D642446420
Octal244140013514444414440
Binary10100100110000101110111001001001001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40C00; }

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

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

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

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

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

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

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

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