Shades of Milano Red #A2392F
Tints of Milano Red #A2392F
RGB
CMYK
RGB Variations
Color information
#A2392F (or 0xA2392F) is known color: Milano Red. HEX triplet: A2, 39 and 2F. RGB value is (162,57,47). Sum of RGB (Red+Green+Blue) = 162+57+47=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A2392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2392F is #5DC6D0. Grayscale: #575757. Windows color (decimal): -6145745 or 3094946. OLE color: 3094946.
HSL color Cylindrical-coordinate representation of color #A2392F: hue angle of 5.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2392F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 47 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.36 |
| HSL | 5.22º | 0.55% | 0.41% | - |
| HSV(B) | 5.22º | 0.71% | 0.64% | - |
| XYZ | 16.88 | 10.81 | 3.89 | - |
| YUV | 87.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 47 | 0 | 0.65 | 0.71 | 0.36 | 5.22 | 0.55 | 0.41 |
| Hex | A2 | 39 | 2F | 0 | 41 | 47 | 24 | 5 | 37 | 29 |
| Octal | 242 | 71 | 57 | 0 | 101 | 107 | 44 | 5 | 67 | 51 |
| Binary | 10100010 | 111001 | 101111 | 0 | 1000001 | 1000111 | 100100 | 101 | 110111 | 101001 |
Color Harmonies of #A2392F
Complementary color
Monochromatic Colors of #A2392F
Black with #A2392F
Text Example
Text Example
White with #A2392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2392F; }
p { color: rgb(162,57,47); }
H1.HeaderClassName
{
color: #A2392F;
}
.AnyTagClassName
{
color: #A2392F;
}
</style>
background-color css
<style>
a { background-color: #A2392F; }
a { background-color: rgb(162,57,47); }
div.DivClassName
{
background-color: #A2392F;
}
.BgClassName
{
background-color: #A2392F;
}
</style>
border-color css
<style>
span { border-color: #A2392F; }
span { border-color: rgb(162,57,47); }
td.TdClassName
{
border-color: #A2392F;
}
.TagClassName
{
border-color: #A2392F;
}
</style>