Shades of Milano Red #A0342E
Tints of Milano Red #A0342E
RGB
CMYK
RGB Variations
Color information
#A0342E (or 0xA0342E) is known color: Milano Red. HEX triplet: A0, 34 and 2E. RGB value is (160,52,46). Sum of RGB (Red+Green+Blue) = 160+52+46=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0342E is #5FCBD1. Grayscale: #535353. Windows color (decimal): -6278098 or 3028128. OLE color: 3028128.
HSL color Cylindrical-coordinate representation of color #A0342E: hue angle of 3.16º 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 #A0342E is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 46 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.37 |
| HSL | 3.16º | 0.55% | 0.4% | - |
| HSV(B) | 3.16º | 0.71% | 0.63% | - |
| XYZ | 16.22 | 10.13 | 3.68 | - |
| YUV | 83.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 46 | 0 | 0.68 | 0.71 | 0.37 | 3.16 | 0.55 | 0.4 |
| Hex | A0 | 34 | 2E | 0 | 44 | 47 | 25 | 3 | 37 | 28 |
| Octal | 240 | 64 | 56 | 0 | 104 | 107 | 45 | 3 | 67 | 50 |
| Binary | 10100000 | 110100 | 101110 | 0 | 1000100 | 1000111 | 100101 | 11 | 110111 | 101000 |
Color Harmonies of #A0342E
Complementary color
Monochromatic Colors of #A0342E
Black with #A0342E
Text Example
Text Example
White with #A0342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0342E; }
p { color: rgb(160,52,46); }
H1.HeaderClassName
{
color: #A0342E;
}
.AnyTagClassName
{
color: #A0342E;
}
</style>
background-color css
<style>
a { background-color: #A0342E; }
a { background-color: rgb(160,52,46); }
div.DivClassName
{
background-color: #A0342E;
}
.BgClassName
{
background-color: #A0342E;
}
</style>
border-color css
<style>
span { border-color: #A0342E; }
span { border-color: rgb(160,52,46); }
td.TdClassName
{
border-color: #A0342E;
}
.TagClassName
{
border-color: #A0342E;
}
</style>