Shades of Milano Red #A63735
Tints of Milano Red #A63735
RGB
CMYK
RGB Variations
Color information
#A63735 (or 0xA63735) is known color: Milano Red. HEX triplet: A6, 37 and 35. RGB value is (166,55,53). Sum of RGB (Red+Green+Blue) = 166+55+53=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A63735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63735 is #59C8CA. Grayscale: #585858. Windows color (decimal): -5884107 or 3487654. OLE color: 3487654.
HSL color Cylindrical-coordinate representation of color #A63735: hue angle of 1.06º 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 #A63735 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 53 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.35 |
| HSL | 1.06º | 0.52% | 0.43% | - |
| HSV(B) | 1.06º | 0.68% | 0.65% | - |
| XYZ | 17.73 | 11.1 | 4.58 | - |
| YUV | 87.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 53 | 0 | 0.67 | 0.68 | 0.35 | 1.06 | 0.52 | 0.43 |
| Hex | A6 | 37 | 35 | 0 | 43 | 44 | 23 | 1 | 34 | 2B |
| Octal | 246 | 67 | 65 | 0 | 103 | 104 | 43 | 1 | 64 | 53 |
| Binary | 10100110 | 110111 | 110101 | 0 | 1000011 | 1000100 | 100011 | 1 | 110100 | 101011 |
Color Harmonies of #A63735
Complementary color
Monochromatic Colors of #A63735
Black with #A63735
Text Example
Text Example
White with #A63735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63735; }
p { color: rgb(166,55,53); }
H1.HeaderClassName
{
color: #A63735;
}
.AnyTagClassName
{
color: #A63735;
}
</style>
background-color css
<style>
a { background-color: #A63735; }
a { background-color: rgb(166,55,53); }
div.DivClassName
{
background-color: #A63735;
}
.BgClassName
{
background-color: #A63735;
}
</style>
border-color css
<style>
span { border-color: #A63735; }
span { border-color: rgb(166,55,53); }
td.TdClassName
{
border-color: #A63735;
}
.TagClassName
{
border-color: #A63735;
}
</style>