Shades of Milano Red #A53232
Tints of Milano Red #A53232
RGB
CMYK
RGB Variations
Color information
#A53232 (or 0xA53232) is known color: Milano Red. HEX triplet: A5, 32 and 32. RGB value is (165,50,50). Sum of RGB (Red+Green+Blue) = 165+50+50=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53232 is #5ACDCD. Grayscale: #545454. Windows color (decimal): -5950926 or 3289765. OLE color: 3289765.
HSL color Cylindrical-coordinate representation of color #A53232: hue angle of 0º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53232 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 50 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.35 |
| HSL | 0º | 0.53% | 0.42% | - |
| HSV(B) | 0º | 0.7% | 0.65% | - |
| XYZ | 17.23 | 10.51 | 4.14 | - |
| YUV | 84.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 50 | 0 | 0.70 | 0.70 | 0.35 | 0 | 0.53 | 0.42 |
| Hex | A5 | 32 | 32 | 0 | 46 | 46 | 23 | 0 | 35 | 2A |
| Octal | 245 | 62 | 62 | 0 | 106 | 106 | 43 | 0 | 65 | 52 |
| Binary | 10100101 | 110010 | 110010 | 0 | 1000110 | 1000110 | 100011 | 0 | 110101 | 101010 |
Color Harmonies of #A53232
Complementary color
Monochromatic Colors of #A53232
Black with #A53232
Text Example
Text Example
White with #A53232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53232; }
p { color: rgb(165,50,50); }
H1.HeaderClassName
{
color: #A53232;
}
.AnyTagClassName
{
color: #A53232;
}
</style>
background-color css
<style>
a { background-color: #A53232; }
a { background-color: rgb(165,50,50); }
div.DivClassName
{
background-color: #A53232;
}
.BgClassName
{
background-color: #A53232;
}
</style>
border-color css
<style>
span { border-color: #A53232; }
span { border-color: rgb(165,50,50); }
td.TdClassName
{
border-color: #A53232;
}
.TagClassName
{
border-color: #A53232;
}
</style>