Shades of Milano Red #A0312A
Tints of Milano Red #A0312A
RGB
CMYK
RGB Variations
Color information
#A0312A (or 0xA0312A) is known color: 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
| RGB | 160 | 49 | 42 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.37 |
| HSL | 3.56º | 0.58% | 0.4% | - |
| HSV(B) | 3.56º | 0.74% | 0.63% | - |
| XYZ | 16.01 | 9.84 | 3.25 | - |
| YUV | 81.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 42 | 0 | 0.69 | 0.74 | 0.37 | 3.56 | 0.58 | 0.4 |
| Hex | A0 | 31 | 2A | 0 | 45 | 4A | 25 | 4 | 3A | 28 |
| Octal | 240 | 61 | 52 | 0 | 105 | 112 | 45 | 4 | 72 | 50 |
| Binary | 10100000 | 110001 | 101010 | 0 | 1000101 | 1001010 | 100101 | 100 | 111010 | 101000 |
Color Harmonies of #A0312A
Complementary color
Monochromatic Colors of #A0312A
Black with #A0312A
Text Example
Text Example
White with #A0312A
Text Example
Text Example
HTML Codes & Css Web 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>