#A31006

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

Shades of Dark Red #A31006

Tints of Dark Red #A31006

Color information

#A31006 (or 0xA31006) is unknown color: approx Dark Red. HEX triplet: A3, 10 and 06. RGB value is (163,16,6). Sum of RGB (Red+Green+Blue) = 163+16+6=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A31006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31006 is #5CEFF9. Grayscale: #3A3A3A. Windows color (decimal): -6090746 or 397475. OLE color: 397475.

HSL color Cylindrical-coordinate representation of color #A31006: hue angle of 3.82º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A31006 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163166-
CMYK00.900.960.36
HSL3.82º92.9%33.14%-
HSV(B)3.82º96.32%63.92%-
XYZ15.328.170.94-
YUV58.8198.2202.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 88.11%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=88.11%
G=8.65%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316600.900.960.363.8292.933.14
HexA310605A602445d21
Octal243206013214044413541
Binary10100011100001100101101011000001001001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31006; }

 p { color: rgb(163,16,6); }

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

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

 a { background-color: rgb(163,16,6); }

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

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

 span { border-color: rgb(163,16,6); }

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