#A10706

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

Shades of Dark Red #A10706

Tints of Dark Red #A10706

Color information

#A10706 (or 0xA10706) is unknown color: approx Dark Red. HEX triplet: A1, 07 and 06. RGB value is (161,7,6). Sum of RGB (Red+Green+Blue) = 161+7+6=174 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92.53% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 161 - color contains mainly: red. Hex color #A10706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10706 is #5EF8F9. Grayscale: #353535. Windows color (decimal): -6224122 or 395169. OLE color: 395169.

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

Color convert

RGB16176-
CMYK00.960.960.37
HSL0.39º92.81%32.75%-
HSV(B)0.39º96.27%63.14%-
XYZ14.817.740.89-
YUV52.93101.52205.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 92.53%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=92.53%
G=4.02%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617600.960.960.370.3992.8132.75
HexA176060602505d21
Octal24176014014045013541
Binary1010000111111001100000110000010010101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10706; }

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

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

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

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

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

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

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

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