Shades of Milano Red #A02F2F
Tints of Milano Red #A02F2F
RGB
CMYK
RGB Variations
Color information
#A02F2F (or 0xA02F2F) is known color: Milano Red. HEX triplet: A0, 2F and 2F. RGB value is (160,47,47). Sum of RGB (Red+Green+Blue) = 160+47+47=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F2F is #5FD0D0. Grayscale: #505050. Windows color (decimal): -6279377 or 3092384. OLE color: 3092384.
HSL color Cylindrical-coordinate representation of color #A02F2F: hue angle of 0º 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 #A02F2F is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 47 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.37 |
| HSL | 0º | 0.55% | 0.41% | - |
| HSV(B) | 0º | 0.71% | 0.63% | - |
| XYZ | 16.03 | 9.71 | 3.72 | - |
| YUV | 80.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 47 | 0 | 0.71 | 0.71 | 0.37 | 0 | 0.55 | 0.41 |
| Hex | A0 | 2F | 2F | 0 | 47 | 47 | 25 | 0 | 37 | 29 |
| Octal | 240 | 57 | 57 | 0 | 107 | 107 | 45 | 0 | 67 | 51 |
| Binary | 10100000 | 101111 | 101111 | 0 | 1000111 | 1000111 | 100101 | 0 | 110111 | 101001 |
Color Harmonies of #A02F2F
Complementary color
Monochromatic Colors of #A02F2F
Black with #A02F2F
Text Example
Text Example
White with #A02F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F2F; }
p { color: rgb(160,47,47); }
H1.HeaderClassName
{
color: #A02F2F;
}
.AnyTagClassName
{
color: #A02F2F;
}
</style>
background-color css
<style>
a { background-color: #A02F2F; }
a { background-color: rgb(160,47,47); }
div.DivClassName
{
background-color: #A02F2F;
}
.BgClassName
{
background-color: #A02F2F;
}
</style>
border-color css
<style>
span { border-color: #A02F2F; }
span { border-color: rgb(160,47,47); }
td.TdClassName
{
border-color: #A02F2F;
}
.TagClassName
{
border-color: #A02F2F;
}
</style>