Shades of Milano Red #AB3534
Tints of Milano Red #AB3534
RGB
CMYK
RGB Variations
Color information
#AB3534 (or 0xAB3534) is known color: Milano Red. HEX triplet: AB, 35 and 34. RGB value is (171,53,52). Sum of RGB (Red+Green+Blue) = 171+53+52=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3534 is #54CACB. Grayscale: #585858. Windows color (decimal): -5556940 or 3421611. OLE color: 3421611.
HSL color Cylindrical-coordinate representation of color #AB3534: hue angle of 0.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3534 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 52 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.33 |
| HSL | 0.5º | 0.53% | 0.44% | - |
| HSV(B) | 0.5º | 0.7% | 0.67% | - |
| XYZ | 18.69 | 11.45 | 4.47 | - |
| YUV | 88.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 52 | 0 | 0.69 | 0.70 | 0.33 | 0.5 | 0.53 | 0.44 |
| Hex | AB | 35 | 34 | 0 | 45 | 46 | 21 | 1 | 35 | 2C |
| Octal | 253 | 65 | 64 | 0 | 105 | 106 | 41 | 1 | 65 | 54 |
| Binary | 10101011 | 110101 | 110100 | 0 | 1000101 | 1000110 | 100001 | 1 | 110101 | 101100 |
Color Harmonies of #AB3534
Complementary color
Monochromatic Colors of #AB3534
Black with #AB3534
Text Example
Text Example
White with #AB3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3534; }
p { color: rgb(171,53,52); }
H1.HeaderClassName
{
color: #AB3534;
}
.AnyTagClassName
{
color: #AB3534;
}
</style>
background-color css
<style>
a { background-color: #AB3534; }
a { background-color: rgb(171,53,52); }
div.DivClassName
{
background-color: #AB3534;
}
.BgClassName
{
background-color: #AB3534;
}
</style>
border-color css
<style>
span { border-color: #AB3534; }
span { border-color: rgb(171,53,52); }
td.TdClassName
{
border-color: #AB3534;
}
.TagClassName
{
border-color: #AB3534;
}
</style>