Shades of Milano Red #AC3431
Tints of Milano Red #AC3431
RGB
CMYK
RGB Variations
Color information
#AC3431 (or 0xAC3431) is known color: Milano Red. HEX triplet: AC, 34 and 31. RGB value is (172,52,49). Sum of RGB (Red+Green+Blue) = 172+52+49=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3431 is #53CBCE. Grayscale: #575757. Windows color (decimal): -5491663 or 3224748. OLE color: 3224748.
HSL color Cylindrical-coordinate representation of color #AC3431: hue angle of 1.46º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3431 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 49 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.33 |
| HSL | 1.46º | 0.56% | 0.43% | - |
| HSV(B) | 1.46º | 0.72% | 0.67% | - |
| XYZ | 18.8 | 11.45 | 4.12 | - |
| YUV | 87.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 49 | 0 | 0.70 | 0.72 | 0.33 | 1.46 | 0.56 | 0.43 |
| Hex | AC | 34 | 31 | 0 | 46 | 48 | 21 | 1 | 38 | 2B |
| Octal | 254 | 64 | 61 | 0 | 106 | 110 | 41 | 1 | 70 | 53 |
| Binary | 10101100 | 110100 | 110001 | 0 | 1000110 | 1001000 | 100001 | 1 | 111000 | 101011 |
Color Harmonies of #AC3431
Complementary color
Monochromatic Colors of #AC3431
Black with #AC3431
Text Example
Text Example
White with #AC3431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3431; }
p { color: rgb(172,52,49); }
H1.HeaderClassName
{
color: #AC3431;
}
.AnyTagClassName
{
color: #AC3431;
}
</style>
background-color css
<style>
a { background-color: #AC3431; }
a { background-color: rgb(172,52,49); }
div.DivClassName
{
background-color: #AC3431;
}
.BgClassName
{
background-color: #AC3431;
}
</style>
border-color css
<style>
span { border-color: #AC3431; }
span { border-color: rgb(172,52,49); }
td.TdClassName
{
border-color: #AC3431;
}
.TagClassName
{
border-color: #AC3431;
}
</style>