Shades of Milano Red #A0332B
Tints of Milano Red #A0332B
RGB
CMYK
RGB Variations
Color information
#A0332B (or 0xA0332B) is known color: Milano Red. HEX triplet: A0, 33 and 2B. RGB value is (160,51,43). Sum of RGB (Red+Green+Blue) = 160+51+43=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0332B is #5FCCD4. Grayscale: #525252. Windows color (decimal): -6278357 or 2831264. OLE color: 2831264.
HSL color Cylindrical-coordinate representation of color #A0332B: hue angle of 4.1º degrees, saturation: 0.58, 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 #A0332B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 43 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.37 |
| HSL | 4.1º | 0.58% | 0.4% | - |
| HSV(B) | 4.1º | 0.73% | 0.63% | - |
| XYZ | 16.12 | 10.02 | 3.37 | - |
| YUV | 82.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 43 | 0 | 0.68 | 0.73 | 0.37 | 4.1 | 0.58 | 0.4 |
| Hex | A0 | 33 | 2B | 0 | 44 | 49 | 25 | 4 | 3A | 28 |
| Octal | 240 | 63 | 53 | 0 | 104 | 111 | 45 | 4 | 72 | 50 |
| Binary | 10100000 | 110011 | 101011 | 0 | 1000100 | 1001001 | 100101 | 100 | 111010 | 101000 |
Color Harmonies of #A0332B
Complementary color
Monochromatic Colors of #A0332B
Black with #A0332B
Text Example
Text Example
White with #A0332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0332B; }
p { color: rgb(160,51,43); }
H1.HeaderClassName
{
color: #A0332B;
}
.AnyTagClassName
{
color: #A0332B;
}
</style>
background-color css
<style>
a { background-color: #A0332B; }
a { background-color: rgb(160,51,43); }
div.DivClassName
{
background-color: #A0332B;
}
.BgClassName
{
background-color: #A0332B;
}
</style>
border-color css
<style>
span { border-color: #A0332B; }
span { border-color: rgb(160,51,43); }
td.TdClassName
{
border-color: #A0332B;
}
.TagClassName
{
border-color: #A0332B;
}
</style>