Shades of Milano Red #A03832
Tints of Milano Red #A03832
RGB
CMYK
RGB Variations
Color information
#A03832 (or 0xA03832) is known color: Milano Red. HEX triplet: A0, 38 and 32. RGB value is (160,56,50). Sum of RGB (Red+Green+Blue) = 160+56+50=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A03832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03832 is #5FC7CD. Grayscale: #565656. Windows color (decimal): -6277070 or 3291296. OLE color: 3291296.
HSL color Cylindrical-coordinate representation of color #A03832: hue angle of 3.27º 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 #A03832 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 50 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.37 |
| HSL | 3.27º | 0.52% | 0.41% | - |
| HSV(B) | 3.27º | 0.69% | 0.63% | - |
| XYZ | 16.49 | 10.53 | 4.18 | - |
| YUV | 86.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 50 | 0 | 0.65 | 0.69 | 0.37 | 3.27 | 0.52 | 0.41 |
| Hex | A0 | 38 | 32 | 0 | 41 | 45 | 25 | 3 | 34 | 29 |
| Octal | 240 | 70 | 62 | 0 | 101 | 105 | 45 | 3 | 64 | 51 |
| Binary | 10100000 | 111000 | 110010 | 0 | 1000001 | 1000101 | 100101 | 11 | 110100 | 101001 |
Color Harmonies of #A03832
Complementary color
Monochromatic Colors of #A03832
Black with #A03832
Text Example
Text Example
White with #A03832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03832; }
p { color: rgb(160,56,50); }
H1.HeaderClassName
{
color: #A03832;
}
.AnyTagClassName
{
color: #A03832;
}
</style>
background-color css
<style>
a { background-color: #A03832; }
a { background-color: rgb(160,56,50); }
div.DivClassName
{
background-color: #A03832;
}
.BgClassName
{
background-color: #A03832;
}
</style>
border-color css
<style>
span { border-color: #A03832; }
span { border-color: rgb(160,56,50); }
td.TdClassName
{
border-color: #A03832;
}
.TagClassName
{
border-color: #A03832;
}
</style>