#A10E07

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

Shades of Dark Red #A10E07

Tints of Dark Red #A10E07

Color information

#A10E07 (or 0xA10E07) is unknown color: approx Dark Red. HEX triplet: A1, 0E and 07. RGB value is (161,14,7). Sum of RGB (Red+Green+Blue) = 161+14+7=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10E07 is #5EF1F8. Grayscale: #393939. Windows color (decimal): -6222329 or 462497. OLE color: 462497.

HSL color Cylindrical-coordinate representation of color #A10E07: hue angle of 2.73º degrees, saturation: 0.92, 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 #A10E07 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161147-
CMYK00.910.960.37
HSL2.73º91.67%32.94%-
HSV(B)2.73º95.65%63.14%-
XYZ14.897.910.94-
YUV57.1699.7202.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 88.46%
GREEN value IS 14 (5.86% from 255) = 7.69%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=88.46%
G=7.69%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114700.910.960.372.7391.6732.94
HexA1E705B602535c21
Octal241167013314045313441
Binary101000011110111010110111100000100101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E07; }

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

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

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

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

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

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

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

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