Shades of Milano Red #A03932
Tints of Milano Red #A03932
RGB
CMYK
RGB Variations
Color information
#A03932 (or 0xA03932) is known color: Milano Red. HEX triplet: A0, 39 and 32. RGB value is (160,57,50). Sum of RGB (Red+Green+Blue) = 160+57+50=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03932 is #5FC6CD. Grayscale: #575757. Windows color (decimal): -6276814 or 3291552. OLE color: 3291552.
HSL color Cylindrical-coordinate representation of color #A03932: hue angle of 3.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03932 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 50 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.37 |
| HSL | 3.82º | 0.52% | 0.41% | - |
| HSV(B) | 3.82º | 0.69% | 0.63% | - |
| XYZ | 16.54 | 10.63 | 4.2 | - |
| YUV | 87 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 50 | 0 | 0.64 | 0.69 | 0.37 | 3.82 | 0.52 | 0.41 |
| Hex | A0 | 39 | 32 | 0 | 40 | 45 | 25 | 4 | 34 | 29 |
| Octal | 240 | 71 | 62 | 0 | 100 | 105 | 45 | 4 | 64 | 51 |
| Binary | 10100000 | 111001 | 110010 | 0 | 1000000 | 1000101 | 100101 | 100 | 110100 | 101001 |
Color Harmonies of #A03932
Complementary color
Monochromatic Colors of #A03932
Black with #A03932
Text Example
Text Example
White with #A03932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03932; }
p { color: rgb(160,57,50); }
H1.HeaderClassName
{
color: #A03932;
}
.AnyTagClassName
{
color: #A03932;
}
</style>
background-color css
<style>
a { background-color: #A03932; }
a { background-color: rgb(160,57,50); }
div.DivClassName
{
background-color: #A03932;
}
.BgClassName
{
background-color: #A03932;
}
</style>
border-color css
<style>
span { border-color: #A03932; }
span { border-color: rgb(160,57,50); }
td.TdClassName
{
border-color: #A03932;
}
.TagClassName
{
border-color: #A03932;
}
</style>