Shades of Milano Red #A03332
Tints of Milano Red #A03332
RGB
CMYK
RGB Variations
Color information
#A03332 (or 0xA03332) is known color: Milano Red. HEX triplet: A0, 33 and 32. RGB value is (160,51,50). Sum of RGB (Red+Green+Blue) = 160+51+50=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A03332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03332 is #5FCCCD. Grayscale: #535353. Windows color (decimal): -6278350 or 3290016. OLE color: 3290016.
HSL color Cylindrical-coordinate representation of color #A03332: hue angle of 0.55º 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 #A03332 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 50 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.37 |
| HSL | 0.55º | 0.52% | 0.41% | - |
| HSV(B) | 0.55º | 0.69% | 0.63% | - |
| XYZ | 16.26 | 10.07 | 4.1 | - |
| YUV | 83.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 50 | 0 | 0.68 | 0.69 | 0.37 | 0.55 | 0.52 | 0.41 |
| Hex | A0 | 33 | 32 | 0 | 44 | 45 | 25 | 1 | 34 | 29 |
| Octal | 240 | 63 | 62 | 0 | 104 | 105 | 45 | 1 | 64 | 51 |
| Binary | 10100000 | 110011 | 110010 | 0 | 1000100 | 1000101 | 100101 | 1 | 110100 | 101001 |
Color Harmonies of #A03332
Complementary color
Monochromatic Colors of #A03332
Black with #A03332
Text Example
Text Example
White with #A03332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03332; }
p { color: rgb(160,51,50); }
H1.HeaderClassName
{
color: #A03332;
}
.AnyTagClassName
{
color: #A03332;
}
</style>
background-color css
<style>
a { background-color: #A03332; }
a { background-color: rgb(160,51,50); }
div.DivClassName
{
background-color: #A03332;
}
.BgClassName
{
background-color: #A03332;
}
</style>
border-color css
<style>
span { border-color: #A03332; }
span { border-color: rgb(160,51,50); }
td.TdClassName
{
border-color: #A03332;
}
.TagClassName
{
border-color: #A03332;
}
</style>