Shades of Milano Red #A63535
Tints of Milano Red #A63535
RGB
CMYK
RGB Variations
Color information
#A63535 (or 0xA63535) is known color: Milano Red. HEX triplet: A6, 35 and 35. RGB value is (166,53,53). Sum of RGB (Red+Green+Blue) = 166+53+53=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63535 is #59CACA. Grayscale: #565656. Windows color (decimal): -5884619 or 3487142. OLE color: 3487142.
HSL color Cylindrical-coordinate representation of color #A63535: hue angle of 0º degrees, saturation: 0.52, 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 #A63535 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 53 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.35 |
| HSL | 0º | 0.52% | 0.43% | - |
| HSV(B) | 0º | 0.68% | 0.65% | - |
| XYZ | 17.64 | 10.91 | 4.54 | - |
| YUV | 86.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 53 | 0 | 0.68 | 0.68 | 0.35 | 0 | 0.52 | 0.43 |
| Hex | A6 | 35 | 35 | 0 | 44 | 44 | 23 | 0 | 34 | 2B |
| Octal | 246 | 65 | 65 | 0 | 104 | 104 | 43 | 0 | 64 | 53 |
| Binary | 10100110 | 110101 | 110101 | 0 | 1000100 | 1000100 | 100011 | 0 | 110100 | 101011 |
Color Harmonies of #A63535
Complementary color
Monochromatic Colors of #A63535
Black with #A63535
Text Example
Text Example
White with #A63535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63535; }
p { color: rgb(166,53,53); }
H1.HeaderClassName
{
color: #A63535;
}
.AnyTagClassName
{
color: #A63535;
}
</style>
background-color css
<style>
a { background-color: #A63535; }
a { background-color: rgb(166,53,53); }
div.DivClassName
{
background-color: #A63535;
}
.BgClassName
{
background-color: #A63535;
}
</style>
border-color css
<style>
span { border-color: #A63535; }
span { border-color: rgb(166,53,53); }
td.TdClassName
{
border-color: #A63535;
}
.TagClassName
{
border-color: #A63535;
}
</style>