Shades of Milano Red #A03A2F
Tints of Milano Red #A03A2F
RGB
CMYK
RGB Variations
Color information
#A03A2F (or 0xA03A2F) is known color: Milano Red. HEX triplet: A0, 3A and 2F. RGB value is (160,58,47). Sum of RGB (Red+Green+Blue) = 160+58+47=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A2F is #5FC5D0. Grayscale: #575757. Windows color (decimal): -6276561 or 3095200. OLE color: 3095200.
HSL color Cylindrical-coordinate representation of color #A03A2F: hue angle of 5.84º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03A2F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 47 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.37 |
| HSL | 5.84º | 0.55% | 0.41% | - |
| HSV(B) | 5.84º | 0.71% | 0.63% | - |
| XYZ | 16.52 | 10.7 | 3.88 | - |
| YUV | 87.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 47 | 0 | 0.64 | 0.71 | 0.37 | 5.84 | 0.55 | 0.41 |
| Hex | A0 | 3A | 2F | 0 | 40 | 47 | 25 | 6 | 37 | 29 |
| Octal | 240 | 72 | 57 | 0 | 100 | 107 | 45 | 6 | 67 | 51 |
| Binary | 10100000 | 111010 | 101111 | 0 | 1000000 | 1000111 | 100101 | 110 | 110111 | 101001 |
Color Harmonies of #A03A2F
Complementary color
Monochromatic Colors of #A03A2F
Black with #A03A2F
Text Example
Text Example
White with #A03A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A2F; }
p { color: rgb(160,58,47); }
H1.HeaderClassName
{
color: #A03A2F;
}
.AnyTagClassName
{
color: #A03A2F;
}
</style>
background-color css
<style>
a { background-color: #A03A2F; }
a { background-color: rgb(160,58,47); }
div.DivClassName
{
background-color: #A03A2F;
}
.BgClassName
{
background-color: #A03A2F;
}
</style>
border-color css
<style>
span { border-color: #A03A2F; }
span { border-color: rgb(160,58,47); }
td.TdClassName
{
border-color: #A03A2F;
}
.TagClassName
{
border-color: #A03A2F;
}
</style>