Shades of Milano Red #A0342F
Tints of Milano Red #A0342F
RGB
CMYK
RGB Variations
Color information
#A0342F (or 0xA0342F) is known color: Milano Red. HEX triplet: A0, 34 and 2F. RGB value is (160,52,47). Sum of RGB (Red+Green+Blue) = 160+52+47=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0342F is #5FCBD0. Grayscale: #535353. Windows color (decimal): -6278097 or 3093664. OLE color: 3093664.
HSL color Cylindrical-coordinate representation of color #A0342F: hue angle of 2.65º 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 #A0342F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 47 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.37 |
| HSL | 2.65º | 0.55% | 0.41% | - |
| HSV(B) | 2.65º | 0.71% | 0.63% | - |
| XYZ | 16.24 | 10.13 | 3.79 | - |
| YUV | 83.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 47 | 0 | 0.68 | 0.71 | 0.37 | 2.65 | 0.55 | 0.41 |
| Hex | A0 | 34 | 2F | 0 | 44 | 47 | 25 | 3 | 37 | 29 |
| Octal | 240 | 64 | 57 | 0 | 104 | 107 | 45 | 3 | 67 | 51 |
| Binary | 10100000 | 110100 | 101111 | 0 | 1000100 | 1000111 | 100101 | 11 | 110111 | 101001 |
Color Harmonies of #A0342F
Complementary color
Monochromatic Colors of #A0342F
Black with #A0342F
Text Example
Text Example
White with #A0342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0342F; }
p { color: rgb(160,52,47); }
H1.HeaderClassName
{
color: #A0342F;
}
.AnyTagClassName
{
color: #A0342F;
}
</style>
background-color css
<style>
a { background-color: #A0342F; }
a { background-color: rgb(160,52,47); }
div.DivClassName
{
background-color: #A0342F;
}
.BgClassName
{
background-color: #A0342F;
}
</style>
border-color css
<style>
span { border-color: #A0342F; }
span { border-color: rgb(160,52,47); }
td.TdClassName
{
border-color: #A0342F;
}
.TagClassName
{
border-color: #A0342F;
}
</style>