Shades of Milano Red #A53A35
Tints of Milano Red #A53A35
RGB
CMYK
RGB Variations
Color information
#A53A35 (or 0xA53A35) is known color: Milano Red. HEX triplet: A5, 3A and 35. RGB value is (165,58,53). Sum of RGB (Red+Green+Blue) = 165+58+53=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A35 is #5AC5CA. Grayscale: #595959. Windows color (decimal): -5948875 or 3488421. OLE color: 3488421.
HSL color Cylindrical-coordinate representation of color #A53A35: hue angle of 2.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53A35 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 53 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.35 |
| HSL | 2.68º | 0.51% | 0.43% | - |
| HSV(B) | 2.68º | 0.68% | 0.65% | - |
| XYZ | 17.67 | 11.28 | 4.61 | - |
| YUV | 89.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 53 | 0 | 0.65 | 0.68 | 0.35 | 2.68 | 0.51 | 0.43 |
| Hex | A5 | 3A | 35 | 0 | 41 | 44 | 23 | 3 | 33 | 2B |
| Octal | 245 | 72 | 65 | 0 | 101 | 104 | 43 | 3 | 63 | 53 |
| Binary | 10100101 | 111010 | 110101 | 0 | 1000001 | 1000100 | 100011 | 11 | 110011 | 101011 |
Color Harmonies of #A53A35
Complementary color
Monochromatic Colors of #A53A35
Black with #A53A35
Text Example
Text Example
White with #A53A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A35; }
p { color: rgb(165,58,53); }
H1.HeaderClassName
{
color: #A53A35;
}
.AnyTagClassName
{
color: #A53A35;
}
</style>
background-color css
<style>
a { background-color: #A53A35; }
a { background-color: rgb(165,58,53); }
div.DivClassName
{
background-color: #A53A35;
}
.BgClassName
{
background-color: #A53A35;
}
</style>
border-color css
<style>
span { border-color: #A53A35; }
span { border-color: rgb(165,58,53); }
td.TdClassName
{
border-color: #A53A35;
}
.TagClassName
{
border-color: #A53A35;
}
</style>