Shades of Milano Red #A03533
Tints of Milano Red #A03533
RGB
CMYK
RGB Variations
Color information
#A03533 (or 0xA03533) is known color: Milano Red. HEX triplet: A0, 35 and 33. RGB value is (160,53,51). Sum of RGB (Red+Green+Blue) = 160+53+51=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A03533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03533 is #5FCACC. Grayscale: #545454. Windows color (decimal): -6277837 or 3356064. OLE color: 3356064.
HSL color Cylindrical-coordinate representation of color #A03533: hue angle of 1.1º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03533 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 51 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.37 |
| HSL | 1.1º | 0.52% | 0.41% | - |
| HSV(B) | 1.1º | 0.68% | 0.63% | - |
| XYZ | 16.37 | 10.26 | 4.25 | - |
| YUV | 84.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 51 | 0 | 0.67 | 0.68 | 0.37 | 1.1 | 0.52 | 0.41 |
| Hex | A0 | 35 | 33 | 0 | 43 | 44 | 25 | 1 | 34 | 29 |
| Octal | 240 | 65 | 63 | 0 | 103 | 104 | 45 | 1 | 64 | 51 |
| Binary | 10100000 | 110101 | 110011 | 0 | 1000011 | 1000100 | 100101 | 1 | 110100 | 101001 |
Color Harmonies of #A03533
Complementary color
Monochromatic Colors of #A03533
Black with #A03533
Text Example
Text Example
White with #A03533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03533; }
p { color: rgb(160,53,51); }
H1.HeaderClassName
{
color: #A03533;
}
.AnyTagClassName
{
color: #A03533;
}
</style>
background-color css
<style>
a { background-color: #A03533; }
a { background-color: rgb(160,53,51); }
div.DivClassName
{
background-color: #A03533;
}
.BgClassName
{
background-color: #A03533;
}
</style>
border-color css
<style>
span { border-color: #A03533; }
span { border-color: rgb(160,53,51); }
td.TdClassName
{
border-color: #A03533;
}
.TagClassName
{
border-color: #A03533;
}
</style>