Shades of Milano Red #A03627
Tints of Milano Red #A03627
RGB
CMYK
RGB Variations
Color information
#A03627 (or 0xA03627) is known color: Milano Red. HEX triplet: A0, 36 and 27. RGB value is (160,54,39). Sum of RGB (Red+Green+Blue) = 160+54+39=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A03627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03627 is #5FC9D8. Grayscale: #545454. Windows color (decimal): -6277593 or 2569888. OLE color: 2569888.
HSL color Cylindrical-coordinate representation of color #A03627: hue angle of 7.44º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03627 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 39 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.37 |
| HSL | 7.44º | 0.61% | 0.39% | - |
| HSV(B) | 7.44º | 0.76% | 0.63% | - |
| XYZ | 16.18 | 10.26 | 3.05 | - |
| YUV | 83.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 39 | 0 | 0.66 | 0.76 | 0.37 | 7.44 | 0.61 | 0.39 |
| Hex | A0 | 36 | 27 | 0 | 42 | 4C | 25 | 7 | 3D | 27 |
| Octal | 240 | 66 | 47 | 0 | 102 | 114 | 45 | 7 | 75 | 47 |
| Binary | 10100000 | 110110 | 100111 | 0 | 1000010 | 1001100 | 100101 | 111 | 111101 | 100111 |
Color Harmonies of #A03627
Complementary color
Monochromatic Colors of #A03627
Black with #A03627
Text Example
Text Example
White with #A03627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03627; }
p { color: rgb(160,54,39); }
H1.HeaderClassName
{
color: #A03627;
}
.AnyTagClassName
{
color: #A03627;
}
</style>
background-color css
<style>
a { background-color: #A03627; }
a { background-color: rgb(160,54,39); }
div.DivClassName
{
background-color: #A03627;
}
.BgClassName
{
background-color: #A03627;
}
</style>
border-color css
<style>
span { border-color: #A03627; }
span { border-color: rgb(160,54,39); }
td.TdClassName
{
border-color: #A03627;
}
.TagClassName
{
border-color: #A03627;
}
</style>