Shades of Milano Red #A43A32
Tints of Milano Red #A43A32
RGB
CMYK
RGB Variations
Color information
#A43A32 (or 0xA43A32) is known color: Milano Red. HEX triplet: A4, 3A and 32. RGB value is (164,58,50). Sum of RGB (Red+Green+Blue) = 164+58+50=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A32 is #5BC5CD. Grayscale: #585858. Windows color (decimal): -6014414 or 3291812. OLE color: 3291812.
HSL color Cylindrical-coordinate representation of color #A43A32: hue angle of 4.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43A32 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 50 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.36 |
| HSL | 4.21º | 0.53% | 0.42% | - |
| HSV(B) | 4.21º | 0.7% | 0.64% | - |
| XYZ | 17.4 | 11.15 | 4.25 | - |
| YUV | 88.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 50 | 0 | 0.65 | 0.70 | 0.36 | 4.21 | 0.53 | 0.42 |
| Hex | A4 | 3A | 32 | 0 | 41 | 46 | 24 | 4 | 35 | 2A |
| Octal | 244 | 72 | 62 | 0 | 101 | 106 | 44 | 4 | 65 | 52 |
| Binary | 10100100 | 111010 | 110010 | 0 | 1000001 | 1000110 | 100100 | 100 | 110101 | 101010 |
Color Harmonies of #A43A32
Complementary color
Monochromatic Colors of #A43A32
Black with #A43A32
Text Example
Text Example
White with #A43A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A32; }
p { color: rgb(164,58,50); }
H1.HeaderClassName
{
color: #A43A32;
}
.AnyTagClassName
{
color: #A43A32;
}
</style>
background-color css
<style>
a { background-color: #A43A32; }
a { background-color: rgb(164,58,50); }
div.DivClassName
{
background-color: #A43A32;
}
.BgClassName
{
background-color: #A43A32;
}
</style>
border-color css
<style>
span { border-color: #A43A32; }
span { border-color: rgb(164,58,50); }
td.TdClassName
{
border-color: #A43A32;
}
.TagClassName
{
border-color: #A43A32;
}
</style>