Shades of Milano Red #A03434
Tints of Milano Red #A03434
RGB
CMYK
RGB Variations
Color information
#A03434 (or 0xA03434) is known color: Milano Red. HEX triplet: A0, 34 and 34. RGB value is (160,52,52). Sum of RGB (Red+Green+Blue) = 160+52+52=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A03434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03434 is #5FCBCB. Grayscale: #545454. Windows color (decimal): -6278092 or 3421344. OLE color: 3421344.
HSL color Cylindrical-coordinate representation of color #A03434: hue angle of 0º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03434 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 52 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.37 |
| HSL | 0º | 0.51% | 0.42% | - |
| HSV(B) | 0º | 0.68% | 0.63% | - |
| XYZ | 16.35 | 10.18 | 4.35 | - |
| YUV | 84.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 52 | 0 | 0.68 | 0.68 | 0.37 | 0 | 0.51 | 0.42 |
| Hex | A0 | 34 | 34 | 0 | 44 | 44 | 25 | 0 | 33 | 2A |
| Octal | 240 | 64 | 64 | 0 | 104 | 104 | 45 | 0 | 63 | 52 |
| Binary | 10100000 | 110100 | 110100 | 0 | 1000100 | 1000100 | 100101 | 0 | 110011 | 101010 |
Color Harmonies of #A03434
Complementary color
Monochromatic Colors of #A03434
Black with #A03434
Text Example
Text Example
White with #A03434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03434; }
p { color: rgb(160,52,52); }
H1.HeaderClassName
{
color: #A03434;
}
.AnyTagClassName
{
color: #A03434;
}
</style>
background-color css
<style>
a { background-color: #A03434; }
a { background-color: rgb(160,52,52); }
div.DivClassName
{
background-color: #A03434;
}
.BgClassName
{
background-color: #A03434;
}
</style>
border-color css
<style>
span { border-color: #A03434; }
span { border-color: rgb(160,52,52); }
td.TdClassName
{
border-color: #A03434;
}
.TagClassName
{
border-color: #A03434;
}
</style>