Shades of Milano Red #A53531
Tints of Milano Red #A53531
RGB
CMYK
RGB Variations
Color information
#A53531 (or 0xA53531) is known color: Milano Red. HEX triplet: A5, 35 and 31. RGB value is (165,53,49). Sum of RGB (Red+Green+Blue) = 165+53+49=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A53531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53531 is #5ACACE. Grayscale: #565656. Windows color (decimal): -5950159 or 3224997. OLE color: 3224997.
HSL color Cylindrical-coordinate representation of color #A53531: hue angle of 2.07º degrees, saturation: 0.54, 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 #A53531 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 49 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.35 |
| HSL | 2.07º | 0.54% | 0.42% | - |
| HSV(B) | 2.07º | 0.7% | 0.65% | - |
| XYZ | 17.34 | 10.77 | 4.07 | - |
| YUV | 86.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 49 | 0 | 0.68 | 0.70 | 0.35 | 2.07 | 0.54 | 0.42 |
| Hex | A5 | 35 | 31 | 0 | 44 | 46 | 23 | 2 | 36 | 2A |
| Octal | 245 | 65 | 61 | 0 | 104 | 106 | 43 | 2 | 66 | 52 |
| Binary | 10100101 | 110101 | 110001 | 0 | 1000100 | 1000110 | 100011 | 10 | 110110 | 101010 |
Color Harmonies of #A53531
Complementary color
Monochromatic Colors of #A53531
Black with #A53531
Text Example
Text Example
White with #A53531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53531; }
p { color: rgb(165,53,49); }
H1.HeaderClassName
{
color: #A53531;
}
.AnyTagClassName
{
color: #A53531;
}
</style>
background-color css
<style>
a { background-color: #A53531; }
a { background-color: rgb(165,53,49); }
div.DivClassName
{
background-color: #A53531;
}
.BgClassName
{
background-color: #A53531;
}
</style>
border-color css
<style>
span { border-color: #A53531; }
span { border-color: rgb(165,53,49); }
td.TdClassName
{
border-color: #A53531;
}
.TagClassName
{
border-color: #A53531;
}
</style>