#A0312E

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

Shades of Milano Red #A0312E

Tints of Milano Red #A0312E

Color information

#A0312E (or 0xA0312E) is unknown color: approx Milano Red. HEX triplet: A0, 31 and 2E. RGB value is (160,49,46). Sum of RGB (Red+Green+Blue) = 160+49+46=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0312E is #5FCED1. Grayscale: #515151. Windows color (decimal): -6278866 or 3027360. OLE color: 3027360.

HSL color Cylindrical-coordinate representation of color #A0312E: hue angle of 1.58º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0312E is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1604946-
CMYK00.690.710.37
HSL1.58º55.34%40.39%-
HSV(B)1.58º71.25%62.75%-
XYZ16.099.873.64-
YUV81.85107.77183.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=62.75%
G=19.22%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160494600.690.710.371.5855.3440.39
HexA0312E045472523728
Octal240615601051074526750
Binary1010000011000110111001000101100011110010110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0312E; }

 p { color: rgb(160,49,46); }

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

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

 a { background-color: rgb(160,49,46); }

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

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

 span { border-color: rgb(160,49,46); }

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