Shades of Milano Red #A13729
Tints of Milano Red #A13729
RGB
CMYK
RGB Variations
Color information
#A13729 (or 0xA13729) is known color: Milano Red. HEX triplet: A1, 37 and 29. RGB value is (161,55,41). Sum of RGB (Red+Green+Blue) = 161+55+41=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A13729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13729 is #5EC8D6. Grayscale: #555555. Windows color (decimal): -6211799 or 2701217. OLE color: 2701217.
HSL color Cylindrical-coordinate representation of color #A13729: hue angle of 7º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13729 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 41 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.37 |
| HSL | 7º | 0.59% | 0.4% | - |
| HSV(B) | 7º | 0.75% | 0.63% | - |
| XYZ | 16.46 | 10.47 | 3.25 | - |
| YUV | 85.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 41 | 0 | 0.66 | 0.75 | 0.37 | 7 | 0.59 | 0.4 |
| Hex | A1 | 37 | 29 | 0 | 42 | 4B | 25 | 7 | 3B | 28 |
| Octal | 241 | 67 | 51 | 0 | 102 | 113 | 45 | 7 | 73 | 50 |
| Binary | 10100001 | 110111 | 101001 | 0 | 1000010 | 1001011 | 100101 | 111 | 111011 | 101000 |
Color Harmonies of #A13729
Complementary color
Monochromatic Colors of #A13729
Black with #A13729
Text Example
Text Example
White with #A13729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13729; }
p { color: rgb(161,55,41); }
H1.HeaderClassName
{
color: #A13729;
}
.AnyTagClassName
{
color: #A13729;
}
</style>
background-color css
<style>
a { background-color: #A13729; }
a { background-color: rgb(161,55,41); }
div.DivClassName
{
background-color: #A13729;
}
.BgClassName
{
background-color: #A13729;
}
</style>
border-color css
<style>
span { border-color: #A13729; }
span { border-color: rgb(161,55,41); }
td.TdClassName
{
border-color: #A13729;
}
.TagClassName
{
border-color: #A13729;
}
</style>