Shades of Milano Red #A6352C
Tints of Milano Red #A6352C
RGB
CMYK
RGB Variations
Color information
#A6352C (or 0xA6352C) is known color: Milano Red. HEX triplet: A6, 35 and 2C. RGB value is (166,53,44). Sum of RGB (Red+Green+Blue) = 166+53+44=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6352C is #59CAD3. Grayscale: #555555. Windows color (decimal): -5884628 or 2897318. OLE color: 2897318.
HSL color Cylindrical-coordinate representation of color #A6352C: hue angle of 4.43º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6352C is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 44 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.35 |
| HSL | 4.43º | 0.58% | 0.41% | - |
| HSV(B) | 4.43º | 0.73% | 0.65% | - |
| XYZ | 17.45 | 10.84 | 3.55 | - |
| YUV | 85.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 44 | 0 | 0.68 | 0.73 | 0.35 | 4.43 | 0.58 | 0.41 |
| Hex | A6 | 35 | 2C | 0 | 44 | 49 | 23 | 4 | 3A | 29 |
| Octal | 246 | 65 | 54 | 0 | 104 | 111 | 43 | 4 | 72 | 51 |
| Binary | 10100110 | 110101 | 101100 | 0 | 1000100 | 1001001 | 100011 | 100 | 111010 | 101001 |
Color Harmonies of #A6352C
Complementary color
Monochromatic Colors of #A6352C
Black with #A6352C
Text Example
Text Example
White with #A6352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6352C; }
p { color: rgb(166,53,44); }
H1.HeaderClassName
{
color: #A6352C;
}
.AnyTagClassName
{
color: #A6352C;
}
</style>
background-color css
<style>
a { background-color: #A6352C; }
a { background-color: rgb(166,53,44); }
div.DivClassName
{
background-color: #A6352C;
}
.BgClassName
{
background-color: #A6352C;
}
</style>
border-color css
<style>
span { border-color: #A6352C; }
span { border-color: rgb(166,53,44); }
td.TdClassName
{
border-color: #A6352C;
}
.TagClassName
{
border-color: #A6352C;
}
</style>