Shades of Milano Red #A0332C
Tints of Milano Red #A0332C
RGB
CMYK
RGB Variations
Color information
#A0332C (or 0xA0332C) is known color: Milano Red. HEX triplet: A0, 33 and 2C. RGB value is (160,51,44). Sum of RGB (Red+Green+Blue) = 160+51+44=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0332C is #5FCCD3. Grayscale: #525252. Windows color (decimal): -6278356 or 2896800. OLE color: 2896800.
HSL color Cylindrical-coordinate representation of color #A0332C: hue angle of 3.62º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0332C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 44 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.37 |
| HSL | 3.62º | 0.57% | 0.4% | - |
| HSV(B) | 3.62º | 0.73% | 0.63% | - |
| XYZ | 16.14 | 10.02 | 3.47 | - |
| YUV | 82.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 44 | 0 | 0.68 | 0.72 | 0.37 | 3.62 | 0.57 | 0.4 |
| Hex | A0 | 33 | 2C | 0 | 44 | 48 | 25 | 4 | 39 | 28 |
| Octal | 240 | 63 | 54 | 0 | 104 | 110 | 45 | 4 | 71 | 50 |
| Binary | 10100000 | 110011 | 101100 | 0 | 1000100 | 1001000 | 100101 | 100 | 111001 | 101000 |
Color Harmonies of #A0332C
Complementary color
Monochromatic Colors of #A0332C
Black with #A0332C
Text Example
Text Example
White with #A0332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0332C; }
p { color: rgb(160,51,44); }
H1.HeaderClassName
{
color: #A0332C;
}
.AnyTagClassName
{
color: #A0332C;
}
</style>
background-color css
<style>
a { background-color: #A0332C; }
a { background-color: rgb(160,51,44); }
div.DivClassName
{
background-color: #A0332C;
}
.BgClassName
{
background-color: #A0332C;
}
</style>
border-color css
<style>
span { border-color: #A0332C; }
span { border-color: rgb(160,51,44); }
td.TdClassName
{
border-color: #A0332C;
}
.TagClassName
{
border-color: #A0332C;
}
</style>