#A10704

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

Shades of Dark Red #A10704

Tints of Dark Red #A10704

Color information

#A10704 (or 0xA10704) is unknown color: approx Dark Red. HEX triplet: A1, 07 and 04. RGB value is (161,7,4). Sum of RGB (Red+Green+Blue) = 161+7+4=172 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.60% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 161 - color contains mainly: red. Hex color #A10704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10704 is #5EF8FB. Grayscale: #343434. Windows color (decimal): -6224124 or 264097. OLE color: 264097.

HSL color Cylindrical-coordinate representation of color #A10704: hue angle of 1.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10704 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB16174-
CMYK00.960.980.37
HSL1.15º95.15%32.35%-
HSV(B)1.15º97.52%63.14%-
XYZ14.87.740.83-
YUV52.7100.52205.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 93.60%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 4 (1.95% from 255) = 2.33%
R=93.60%
G=4.07%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617400.960.980.371.1595.1532.35
HexA174060622515f20
Octal24174014014245113740
Binary1010000111110001100000110001010010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10704; }

 p { color: rgb(161,7,4); }

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

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

 a { background-color: rgb(161,7,4); }

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

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

 span { border-color: rgb(161,7,4); }

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