#A0110F

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

Shades of Dark Red #A0110F

Tints of Dark Red #A0110F

Color information

#A0110F (or 0xA0110F) is unknown color: approx Dark Red. HEX triplet: A0, 11 and 0F. RGB value is (160,17,15). Sum of RGB (Red+Green+Blue) = 160+17+15=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0110F is #5FEEF0. Grayscale: #3B3B3B. Windows color (decimal): -6287089 or 987552. OLE color: 987552.

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

Color convert

RGB1601715-
CMYK00.890.910.37
HSL0.83º82.86%34.31%-
HSV(B)0.83º90.62%62.75%-
XYZ14.787.911.2-
YUV59.53102.88199.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 83.33%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=83.33%
G=8.85%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160171500.890.910.370.8382.8634.31
HexA011F0595B2515322
Octal2402117013113345112342
Binary1010000010001111101011001101101110010111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0110F; }

 p { color: rgb(160,17,15); }

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

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

 a { background-color: rgb(160,17,15); }

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

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

 span { border-color: rgb(160,17,15); }

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