Shades of Milano Red #A43432
Tints of Milano Red #A43432
RGB
CMYK
RGB Variations
Color information
#A43432 (or 0xA43432) is known color: Milano Red. HEX triplet: A4, 34 and 32. RGB value is (164,52,50). Sum of RGB (Red+Green+Blue) = 164+52+50=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A43432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43432 is #5BCBCD. Grayscale: #555555. Windows color (decimal): -6015950 or 3290276. OLE color: 3290276.
HSL color Cylindrical-coordinate representation of color #A43432: hue angle of 1.05º 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 #A43432 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 50 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.36 |
| HSL | 1.05º | 0.53% | 0.42% | - |
| HSV(B) | 1.05º | 0.7% | 0.64% | - |
| XYZ | 17.11 | 10.58 | 4.16 | - |
| YUV | 85.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 50 | 0 | 0.68 | 0.70 | 0.36 | 1.05 | 0.53 | 0.42 |
| Hex | A4 | 34 | 32 | 0 | 44 | 46 | 24 | 1 | 35 | 2A |
| Octal | 244 | 64 | 62 | 0 | 104 | 106 | 44 | 1 | 65 | 52 |
| Binary | 10100100 | 110100 | 110010 | 0 | 1000100 | 1000110 | 100100 | 1 | 110101 | 101010 |
Color Harmonies of #A43432
Complementary color
Monochromatic Colors of #A43432
Black with #A43432
Text Example
Text Example
White with #A43432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43432; }
p { color: rgb(164,52,50); }
H1.HeaderClassName
{
color: #A43432;
}
.AnyTagClassName
{
color: #A43432;
}
</style>
background-color css
<style>
a { background-color: #A43432; }
a { background-color: rgb(164,52,50); }
div.DivClassName
{
background-color: #A43432;
}
.BgClassName
{
background-color: #A43432;
}
</style>
border-color css
<style>
span { border-color: #A43432; }
span { border-color: rgb(164,52,50); }
td.TdClassName
{
border-color: #A43432;
}
.TagClassName
{
border-color: #A43432;
}
</style>