Shades of Milano Red #A8342F
Tints of Milano Red #A8342F
RGB
CMYK
RGB Variations
Color information
#A8342F (or 0xA8342F) is known color: Milano Red. HEX triplet: A8, 34 and 2F. RGB value is (168,52,47). Sum of RGB (Red+Green+Blue) = 168+52+47=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8342F is #57CBD0. Grayscale: #565656. Windows color (decimal): -5753809 or 3093672. OLE color: 3093672.
HSL color Cylindrical-coordinate representation of color #A8342F: hue angle of 2.48º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8342F is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 47 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.34 |
| HSL | 2.48º | 0.56% | 0.42% | - |
| HSV(B) | 2.48º | 0.72% | 0.66% | - |
| XYZ | 17.89 | 10.99 | 3.87 | - |
| YUV | 86.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 47 | 0 | 0.69 | 0.72 | 0.34 | 2.48 | 0.56 | 0.42 |
| Hex | A8 | 34 | 2F | 0 | 45 | 48 | 22 | 2 | 38 | 2A |
| Octal | 250 | 64 | 57 | 0 | 105 | 110 | 42 | 2 | 70 | 52 |
| Binary | 10101000 | 110100 | 101111 | 0 | 1000101 | 1001000 | 100010 | 10 | 111000 | 101010 |
Color Harmonies of #A8342F
Complementary color
Monochromatic Colors of #A8342F
Black with #A8342F
Text Example
Text Example
White with #A8342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8342F; }
p { color: rgb(168,52,47); }
H1.HeaderClassName
{
color: #A8342F;
}
.AnyTagClassName
{
color: #A8342F;
}
</style>
background-color css
<style>
a { background-color: #A8342F; }
a { background-color: rgb(168,52,47); }
div.DivClassName
{
background-color: #A8342F;
}
.BgClassName
{
background-color: #A8342F;
}
</style>
border-color css
<style>
span { border-color: #A8342F; }
span { border-color: rgb(168,52,47); }
td.TdClassName
{
border-color: #A8342F;
}
.TagClassName
{
border-color: #A8342F;
}
</style>