Shades of Milano Red #A0372F
Tints of Milano Red #A0372F
RGB
CMYK
RGB Variations
Color information
#A0372F (or 0xA0372F) is known color: Milano Red. HEX triplet: A0, 37 and 2F. RGB value is (160,55,47). Sum of RGB (Red+Green+Blue) = 160+55+47=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A0372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0372F is #5FC8D0. Grayscale: #555555. Windows color (decimal): -6277329 or 3094432. OLE color: 3094432.
HSL color Cylindrical-coordinate representation of color #A0372F: hue angle of 4.25º 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 #A0372F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 47 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.37 |
| HSL | 4.25º | 0.55% | 0.41% | - |
| HSV(B) | 4.25º | 0.71% | 0.63% | - |
| XYZ | 16.38 | 10.41 | 3.84 | - |
| YUV | 85.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 47 | 0 | 0.66 | 0.71 | 0.37 | 4.25 | 0.55 | 0.41 |
| Hex | A0 | 37 | 2F | 0 | 42 | 47 | 25 | 4 | 37 | 29 |
| Octal | 240 | 67 | 57 | 0 | 102 | 107 | 45 | 4 | 67 | 51 |
| Binary | 10100000 | 110111 | 101111 | 0 | 1000010 | 1000111 | 100101 | 100 | 110111 | 101001 |
Color Harmonies of #A0372F
Complementary color
Monochromatic Colors of #A0372F
Black with #A0372F
Text Example
Text Example
White with #A0372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0372F; }
p { color: rgb(160,55,47); }
H1.HeaderClassName
{
color: #A0372F;
}
.AnyTagClassName
{
color: #A0372F;
}
</style>
background-color css
<style>
a { background-color: #A0372F; }
a { background-color: rgb(160,55,47); }
div.DivClassName
{
background-color: #A0372F;
}
.BgClassName
{
background-color: #A0372F;
}
</style>
border-color css
<style>
span { border-color: #A0372F; }
span { border-color: rgb(160,55,47); }
td.TdClassName
{
border-color: #A0372F;
}
.TagClassName
{
border-color: #A0372F;
}
</style>