Shades of Milano Red #A13629
Tints of Milano Red #A13629
RGB
CMYK
RGB Variations
Color information
#A13629 (or 0xA13629) is known color: Milano Red. HEX triplet: A1, 36 and 29. RGB value is (161,54,41). Sum of RGB (Red+Green+Blue) = 161+54+41=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A13629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13629 is #5EC9D6. Grayscale: #545454. Windows color (decimal): -6212055 or 2700961. OLE color: 2700961.
HSL color Cylindrical-coordinate representation of color #A13629: hue angle of 6.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 #A13629 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 41 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.37 |
| HSL | 6.5º | 0.59% | 0.4% | - |
| HSV(B) | 6.5º | 0.75% | 0.63% | - |
| XYZ | 16.42 | 10.38 | 3.24 | - |
| YUV | 84.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 41 | 0 | 0.66 | 0.75 | 0.37 | 6.5 | 0.59 | 0.4 |
| Hex | A1 | 36 | 29 | 0 | 42 | 4B | 25 | 6 | 3B | 28 |
| Octal | 241 | 66 | 51 | 0 | 102 | 113 | 45 | 6 | 73 | 50 |
| Binary | 10100001 | 110110 | 101001 | 0 | 1000010 | 1001011 | 100101 | 110 | 111011 | 101000 |
Color Harmonies of #A13629
Complementary color
Monochromatic Colors of #A13629
Black with #A13629
Text Example
Text Example
White with #A13629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13629; }
p { color: rgb(161,54,41); }
H1.HeaderClassName
{
color: #A13629;
}
.AnyTagClassName
{
color: #A13629;
}
</style>
background-color css
<style>
a { background-color: #A13629; }
a { background-color: rgb(161,54,41); }
div.DivClassName
{
background-color: #A13629;
}
.BgClassName
{
background-color: #A13629;
}
</style>
border-color css
<style>
span { border-color: #A13629; }
span { border-color: rgb(161,54,41); }
td.TdClassName
{
border-color: #A13629;
}
.TagClassName
{
border-color: #A13629;
}
</style>