#A0130C

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

Shades of Dark Red #A0130C

Tints of Dark Red #A0130C

Color information

#A0130C (or 0xA0130C) is unknown color: approx Dark Red. HEX triplet: A0, 13 and 0C. RGB value is (160,19,12). Sum of RGB (Red+Green+Blue) = 160+19+12=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0130C is #5FECF3. Grayscale: #3C3C3C. Windows color (decimal): -6286580 or 791456. OLE color: 791456.

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

Color convert

RGB1601912-
CMYK00.880.930.37
HSL2.84º86.05%33.73%-
HSV(B)2.84º92.5%62.75%-
XYZ14.87.971.11-
YUV60.36100.71199.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 83.77%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=83.77%
G=9.95%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160191200.880.930.372.8486.0533.73
HexA013C0585D2535622
Octal2402314013013545312642
Binary10100000100111100010110001011101100101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0130C; }

 p { color: rgb(160,19,12); }

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

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

 a { background-color: rgb(160,19,12); }

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

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

 span { border-color: rgb(160,19,12); }

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