#A0312A

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

Shades of Milano Red #A0312A

Tints of Milano Red #A0312A

Color information

#A0312A (or 0xA0312A) is unknown color: approx Milano Red. HEX triplet: A0, 31 and 2A. RGB value is (160,49,42). Sum of RGB (Red+Green+Blue) = 160+49+42=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A0312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0312A is #5FCED5. Grayscale: #515151. Windows color (decimal): -6278870 or 2765216. OLE color: 2765216.

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

Color convert

RGB1604942-
CMYK00.690.740.37
HSL3.56º58.42%39.61%-
HSV(B)3.56º73.75%62.75%-
XYZ16.019.843.25-
YUV81.39105.77184.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=63.75%
G=19.52%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160494200.690.740.373.5658.4239.61
HexA0312A0454A2543a28
Octal240615201051124547250
Binary10100000110001101010010001011001010100101100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0312A; }

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

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

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

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

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

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

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

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