Shades of Milano Red #A03626
Tints of Milano Red #A03626
RGB
CMYK
RGB Variations
Color information
#A03626 (or 0xA03626) is known color: Milano Red. HEX triplet: A0, 36 and 26. RGB value is (160,54,38). Sum of RGB (Red+Green+Blue) = 160+54+38=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A03626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03626 is #5FC9D9. Grayscale: #545454. Windows color (decimal): -6277594 or 2504352. OLE color: 2504352.
HSL color Cylindrical-coordinate representation of color #A03626: hue angle of 7.87º degrees, saturation: 0.62, 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 #A03626 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 38 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.37 |
| HSL | 7.87º | 0.62% | 0.39% | - |
| HSV(B) | 7.87º | 0.76% | 0.63% | - |
| XYZ | 16.17 | 10.25 | 2.96 | - |
| YUV | 83.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 38 | 0 | 0.66 | 0.76 | 0.37 | 7.87 | 0.62 | 0.39 |
| Hex | A0 | 36 | 26 | 0 | 42 | 4C | 25 | 8 | 3E | 27 |
| Octal | 240 | 66 | 46 | 0 | 102 | 114 | 45 | 10 | 76 | 47 |
| Binary | 10100000 | 110110 | 100110 | 0 | 1000010 | 1001100 | 100101 | 1000 | 111110 | 100111 |
Color Harmonies of #A03626
Complementary color
Monochromatic Colors of #A03626
Black with #A03626
Text Example
Text Example
White with #A03626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03626; }
p { color: rgb(160,54,38); }
H1.HeaderClassName
{
color: #A03626;
}
.AnyTagClassName
{
color: #A03626;
}
</style>
background-color css
<style>
a { background-color: #A03626; }
a { background-color: rgb(160,54,38); }
div.DivClassName
{
background-color: #A03626;
}
.BgClassName
{
background-color: #A03626;
}
</style>
border-color css
<style>
span { border-color: #A03626; }
span { border-color: rgb(160,54,38); }
td.TdClassName
{
border-color: #A03626;
}
.TagClassName
{
border-color: #A03626;
}
</style>