#A10E06

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

Shades of Dark Red #A10E06

Tints of Dark Red #A10E06

Color information

#A10E06 (or 0xA10E06) is unknown color: approx Dark Red. HEX triplet: A1, 0E and 06. RGB value is (161,14,6). Sum of RGB (Red+Green+Blue) = 161+14+6=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10E06 is #5EF1F9. Grayscale: #393939. Windows color (decimal): -6222330 or 396961. OLE color: 396961.

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

Color convert

RGB161146-
CMYK00.910.960.37
HSL3.1º92.81%32.75%-
HSV(B)3.1º96.27%63.14%-
XYZ14.897.90.91-
YUV57.0499.2202.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 88.95%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=88.95%
G=7.73%
B=3.31%

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
Decimal16114600.910.960.373.192.8132.75
HexA1E605B602535d21
Octal241166013314045313541
Binary101000011110110010110111100000100101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E06; }

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

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

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

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

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

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

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

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