Shades of Milano Red #A6342E
Tints of Milano Red #A6342E
RGB
CMYK
RGB Variations
Color information
#A6342E (or 0xA6342E) is known color: Milano Red. HEX triplet: A6, 34 and 2E. RGB value is (166,52,46). Sum of RGB (Red+Green+Blue) = 166+52+46=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6342E is #59CBD1. Grayscale: #555555. Windows color (decimal): -5884882 or 3028134. OLE color: 3028134.
HSL color Cylindrical-coordinate representation of color #A6342E: hue angle of 3º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6342E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 46 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.35 |
| HSL | 3º | 0.57% | 0.42% | - |
| HSV(B) | 3º | 0.72% | 0.65% | - |
| XYZ | 17.45 | 10.76 | 3.74 | - |
| YUV | 85.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 46 | 0 | 0.69 | 0.72 | 0.35 | 3 | 0.57 | 0.42 |
| Hex | A6 | 34 | 2E | 0 | 45 | 48 | 23 | 3 | 39 | 2A |
| Octal | 246 | 64 | 56 | 0 | 105 | 110 | 43 | 3 | 71 | 52 |
| Binary | 10100110 | 110100 | 101110 | 0 | 1000101 | 1001000 | 100011 | 11 | 111001 | 101010 |
Color Harmonies of #A6342E
Complementary color
Monochromatic Colors of #A6342E
Black with #A6342E
Text Example
Text Example
White with #A6342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6342E; }
p { color: rgb(166,52,46); }
H1.HeaderClassName
{
color: #A6342E;
}
.AnyTagClassName
{
color: #A6342E;
}
</style>
background-color css
<style>
a { background-color: #A6342E; }
a { background-color: rgb(166,52,46); }
div.DivClassName
{
background-color: #A6342E;
}
.BgClassName
{
background-color: #A6342E;
}
</style>
border-color css
<style>
span { border-color: #A6342E; }
span { border-color: rgb(166,52,46); }
td.TdClassName
{
border-color: #A6342E;
}
.TagClassName
{
border-color: #A6342E;
}
</style>