Shades of Milano Red #A63432
Tints of Milano Red #A63432
RGB
CMYK
RGB Variations
Color information
#A63432 (or 0xA63432) is known color: Milano Red. HEX triplet: A6, 34 and 32. RGB value is (166,52,50). Sum of RGB (Red+Green+Blue) = 166+52+50=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A63432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63432 is #59CBCD. Grayscale: #555555. Windows color (decimal): -5884878 or 3290278. OLE color: 3290278.
HSL color Cylindrical-coordinate representation of color #A63432: hue angle of 1.03º 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 #A63432 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 50 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.35 |
| HSL | 1.03º | 0.54% | 0.42% | - |
| HSV(B) | 1.03º | 0.7% | 0.65% | - |
| XYZ | 17.53 | 10.79 | 4.18 | - |
| YUV | 85.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 50 | 0 | 0.69 | 0.70 | 0.35 | 1.03 | 0.54 | 0.42 |
| Hex | A6 | 34 | 32 | 0 | 45 | 46 | 23 | 1 | 36 | 2A |
| Octal | 246 | 64 | 62 | 0 | 105 | 106 | 43 | 1 | 66 | 52 |
| Binary | 10100110 | 110100 | 110010 | 0 | 1000101 | 1000110 | 100011 | 1 | 110110 | 101010 |
Color Harmonies of #A63432
Complementary color
Monochromatic Colors of #A63432
Black with #A63432
Text Example
Text Example
White with #A63432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63432; }
p { color: rgb(166,52,50); }
H1.HeaderClassName
{
color: #A63432;
}
.AnyTagClassName
{
color: #A63432;
}
</style>
background-color css
<style>
a { background-color: #A63432; }
a { background-color: rgb(166,52,50); }
div.DivClassName
{
background-color: #A63432;
}
.BgClassName
{
background-color: #A63432;
}
</style>
border-color css
<style>
span { border-color: #A63432; }
span { border-color: rgb(166,52,50); }
td.TdClassName
{
border-color: #A63432;
}
.TagClassName
{
border-color: #A63432;
}
</style>