Shades of Milano Red #A0302F
Tints of Milano Red #A0302F
RGB
CMYK
RGB Variations
Color information
#A0302F (or 0xA0302F) is known color: Milano Red. HEX triplet: A0, 30 and 2F. RGB value is (160,48,47). Sum of RGB (Red+Green+Blue) = 160+48+47=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0302F is #5FCFD0. Grayscale: #515151. Windows color (decimal): -6279121 or 3092640. OLE color: 3092640.
HSL color Cylindrical-coordinate representation of color #A0302F: hue angle of 0.53º 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 #A0302F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 47 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.37 |
| HSL | 0.53º | 0.55% | 0.41% | - |
| HSV(B) | 0.53º | 0.71% | 0.63% | - |
| XYZ | 16.07 | 9.79 | 3.73 | - |
| YUV | 81.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 47 | 0 | 0.70 | 0.71 | 0.37 | 0.53 | 0.55 | 0.41 |
| Hex | A0 | 30 | 2F | 0 | 46 | 47 | 25 | 1 | 37 | 29 |
| Octal | 240 | 60 | 57 | 0 | 106 | 107 | 45 | 1 | 67 | 51 |
| Binary | 10100000 | 110000 | 101111 | 0 | 1000110 | 1000111 | 100101 | 1 | 110111 | 101001 |
Color Harmonies of #A0302F
Complementary color
Monochromatic Colors of #A0302F
Black with #A0302F
Text Example
Text Example
White with #A0302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0302F; }
p { color: rgb(160,48,47); }
H1.HeaderClassName
{
color: #A0302F;
}
.AnyTagClassName
{
color: #A0302F;
}
</style>
background-color css
<style>
a { background-color: #A0302F; }
a { background-color: rgb(160,48,47); }
div.DivClassName
{
background-color: #A0302F;
}
.BgClassName
{
background-color: #A0302F;
}
</style>
border-color css
<style>
span { border-color: #A0302F; }
span { border-color: rgb(160,48,47); }
td.TdClassName
{
border-color: #A0302F;
}
.TagClassName
{
border-color: #A0302F;
}
</style>