Shades of Milano Red #A8342E
Tints of Milano Red #A8342E
RGB
CMYK
RGB Variations
Color information
#A8342E (or 0xA8342E) is known color: Milano Red. HEX triplet: A8, 34 and 2E. RGB value is (168,52,46). Sum of RGB (Red+Green+Blue) = 168+52+46=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8342E is #57CBD1. Grayscale: #565656. Windows color (decimal): -5753810 or 3028136. OLE color: 3028136.
HSL color Cylindrical-coordinate representation of color #A8342E: hue angle of 2.95º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8342E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 46 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.34 |
| HSL | 2.95º | 0.57% | 0.42% | - |
| HSV(B) | 2.95º | 0.73% | 0.66% | - |
| XYZ | 17.87 | 10.98 | 3.76 | - |
| YUV | 86 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 46 | 0 | 0.69 | 0.73 | 0.34 | 2.95 | 0.57 | 0.42 |
| Hex | A8 | 34 | 2E | 0 | 45 | 49 | 22 | 3 | 39 | 2A |
| Octal | 250 | 64 | 56 | 0 | 105 | 111 | 42 | 3 | 71 | 52 |
| Binary | 10101000 | 110100 | 101110 | 0 | 1000101 | 1001001 | 100010 | 11 | 111001 | 101010 |
Color Harmonies of #A8342E
Complementary color
Monochromatic Colors of #A8342E
Black with #A8342E
Text Example
Text Example
White with #A8342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8342E; }
p { color: rgb(168,52,46); }
H1.HeaderClassName
{
color: #A8342E;
}
.AnyTagClassName
{
color: #A8342E;
}
</style>
background-color css
<style>
a { background-color: #A8342E; }
a { background-color: rgb(168,52,46); }
div.DivClassName
{
background-color: #A8342E;
}
.BgClassName
{
background-color: #A8342E;
}
</style>
border-color css
<style>
span { border-color: #A8342E; }
span { border-color: rgb(168,52,46); }
td.TdClassName
{
border-color: #A8342E;
}
.TagClassName
{
border-color: #A8342E;
}
</style>