#A10D07

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

Shades of Dark Red #A10D07

Tints of Dark Red #A10D07

Color information

#A10D07 (or 0xA10D07) is unknown color: approx Dark Red. HEX triplet: A1, 0D and 07. RGB value is (161,13,7). Sum of RGB (Red+Green+Blue) = 161+13+7=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10D07 is #5EF2F8. Grayscale: #383838. Windows color (decimal): -6222585 or 462241. OLE color: 462241.

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

Color convert

RGB161137-
CMYK00.920.960.37
HSL2.34º91.67%32.94%-
HSV(B)2.34º95.65%63.14%-
XYZ14.887.880.94-
YUV56.57100.03202.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 88.95%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=88.95%
G=7.18%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113700.920.960.372.3491.6732.94
HexA1D705C602525c21
Octal241157013414045213441
Binary101000011101111010111001100000100101101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10D07; }

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

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

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

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

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

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

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

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