Shades of Milano Red #A03232
Tints of Milano Red #A03232
RGB
CMYK
RGB Variations
Color information
#A03232 (or 0xA03232) is known color: Milano Red. HEX triplet: A0, 32 and 32. RGB value is (160,50,50). Sum of RGB (Red+Green+Blue) = 160+50+50=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A03232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03232 is #5FCDCD. Grayscale: #535353. Windows color (decimal): -6278606 or 3289760. OLE color: 3289760.
HSL color Cylindrical-coordinate representation of color #A03232: hue angle of 0º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03232 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 50 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.37 |
| HSL | 0º | 0.52% | 0.41% | - |
| HSV(B) | 0º | 0.69% | 0.63% | - |
| XYZ | 16.21 | 9.99 | 4.09 | - |
| YUV | 82.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 50 | 0 | 0.69 | 0.69 | 0.37 | 0 | 0.52 | 0.41 |
| Hex | A0 | 32 | 32 | 0 | 45 | 45 | 25 | 0 | 34 | 29 |
| Octal | 240 | 62 | 62 | 0 | 105 | 105 | 45 | 0 | 64 | 51 |
| Binary | 10100000 | 110010 | 110010 | 0 | 1000101 | 1000101 | 100101 | 0 | 110100 | 101001 |
Color Harmonies of #A03232
Complementary color
Monochromatic Colors of #A03232
Black with #A03232
Text Example
Text Example
White with #A03232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03232; }
p { color: rgb(160,50,50); }
H1.HeaderClassName
{
color: #A03232;
}
.AnyTagClassName
{
color: #A03232;
}
</style>
background-color css
<style>
a { background-color: #A03232; }
a { background-color: rgb(160,50,50); }
div.DivClassName
{
background-color: #A03232;
}
.BgClassName
{
background-color: #A03232;
}
</style>
border-color css
<style>
span { border-color: #A03232; }
span { border-color: rgb(160,50,50); }
td.TdClassName
{
border-color: #A03232;
}
.TagClassName
{
border-color: #A03232;
}
</style>