Shades of Milano Red #A1342C
Tints of Milano Red #A1342C
RGB
CMYK
RGB Variations
Color information
#A1342C (or 0xA1342C) is known color: Milano Red. HEX triplet: A1, 34 and 2C. RGB value is (161,52,44). Sum of RGB (Red+Green+Blue) = 161+52+44=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1342C is #5ECBD3. Grayscale: #535353. Windows color (decimal): -6212564 or 2897057. OLE color: 2897057.
HSL color Cylindrical-coordinate representation of color #A1342C: hue angle of 4.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1342C is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 44 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.37 |
| HSL | 4.1º | 0.57% | 0.4% | - |
| HSV(B) | 4.1º | 0.73% | 0.63% | - |
| XYZ | 16.38 | 10.21 | 3.49 | - |
| YUV | 83.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 44 | 0 | 0.68 | 0.73 | 0.37 | 4.1 | 0.57 | 0.4 |
| Hex | A1 | 34 | 2C | 0 | 44 | 49 | 25 | 4 | 39 | 28 |
| Octal | 241 | 64 | 54 | 0 | 104 | 111 | 45 | 4 | 71 | 50 |
| Binary | 10100001 | 110100 | 101100 | 0 | 1000100 | 1001001 | 100101 | 100 | 111001 | 101000 |
Color Harmonies of #A1342C
Complementary color
Monochromatic Colors of #A1342C
Black with #A1342C
Text Example
Text Example
White with #A1342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1342C; }
p { color: rgb(161,52,44); }
H1.HeaderClassName
{
color: #A1342C;
}
.AnyTagClassName
{
color: #A1342C;
}
</style>
background-color css
<style>
a { background-color: #A1342C; }
a { background-color: rgb(161,52,44); }
div.DivClassName
{
background-color: #A1342C;
}
.BgClassName
{
background-color: #A1342C;
}
</style>
border-color css
<style>
span { border-color: #A1342C; }
span { border-color: rgb(161,52,44); }
td.TdClassName
{
border-color: #A1342C;
}
.TagClassName
{
border-color: #A1342C;
}
</style>