Shades of Milano Red #A13429
Tints of Milano Red #A13429
RGB
CMYK
RGB Variations
Color information
#A13429 (or 0xA13429) is known color: Milano Red. HEX triplet: A1, 34 and 29. RGB value is (161,52,41). Sum of RGB (Red+Green+Blue) = 161+52+41=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A13429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13429 is #5ECBD6. Grayscale: #535353. Windows color (decimal): -6212567 or 2700449. OLE color: 2700449.
HSL color Cylindrical-coordinate representation of color #A13429: hue angle of 5.5º 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 #A13429 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 41 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.37 |
| HSL | 5.5º | 0.59% | 0.4% | - |
| HSV(B) | 5.5º | 0.75% | 0.63% | - |
| XYZ | 16.33 | 10.19 | 3.2 | - |
| YUV | 83.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 41 | 0 | 0.68 | 0.75 | 0.37 | 5.5 | 0.59 | 0.4 |
| Hex | A1 | 34 | 29 | 0 | 44 | 4B | 25 | 6 | 3B | 28 |
| Octal | 241 | 64 | 51 | 0 | 104 | 113 | 45 | 6 | 73 | 50 |
| Binary | 10100001 | 110100 | 101001 | 0 | 1000100 | 1001011 | 100101 | 110 | 111011 | 101000 |
Color Harmonies of #A13429
Complementary color
Monochromatic Colors of #A13429
Black with #A13429
Text Example
Text Example
White with #A13429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13429; }
p { color: rgb(161,52,41); }
H1.HeaderClassName
{
color: #A13429;
}
.AnyTagClassName
{
color: #A13429;
}
</style>
background-color css
<style>
a { background-color: #A13429; }
a { background-color: rgb(161,52,41); }
div.DivClassName
{
background-color: #A13429;
}
.BgClassName
{
background-color: #A13429;
}
</style>
border-color css
<style>
span { border-color: #A13429; }
span { border-color: rgb(161,52,41); }
td.TdClassName
{
border-color: #A13429;
}
.TagClassName
{
border-color: #A13429;
}
</style>