Shades of Milano Red #A83532
Tints of Milano Red #A83532
RGB
CMYK
RGB Variations
Color information
#A83532 (or 0xA83532) is known color: Milano Red. HEX triplet: A8, 35 and 32. RGB value is (168,53,50). Sum of RGB (Red+Green+Blue) = 168+53+50=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A83532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83532 is #57CACD. Grayscale: #575757. Windows color (decimal): -5753550 or 3290536. OLE color: 3290536.
HSL color Cylindrical-coordinate representation of color #A83532: hue angle of 1.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83532 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 50 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.34 |
| HSL | 1.53º | 0.54% | 0.43% | - |
| HSV(B) | 1.53º | 0.7% | 0.66% | - |
| XYZ | 18 | 11.1 | 4.21 | - |
| YUV | 87.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 50 | 0 | 0.68 | 0.70 | 0.34 | 1.53 | 0.54 | 0.43 |
| Hex | A8 | 35 | 32 | 0 | 44 | 46 | 22 | 2 | 36 | 2B |
| Octal | 250 | 65 | 62 | 0 | 104 | 106 | 42 | 2 | 66 | 53 |
| Binary | 10101000 | 110101 | 110010 | 0 | 1000100 | 1000110 | 100010 | 10 | 110110 | 101011 |
Color Harmonies of #A83532
Complementary color
Monochromatic Colors of #A83532
Black with #A83532
Text Example
Text Example
White with #A83532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83532; }
p { color: rgb(168,53,50); }
H1.HeaderClassName
{
color: #A83532;
}
.AnyTagClassName
{
color: #A83532;
}
</style>
background-color css
<style>
a { background-color: #A83532; }
a { background-color: rgb(168,53,50); }
div.DivClassName
{
background-color: #A83532;
}
.BgClassName
{
background-color: #A83532;
}
</style>
border-color css
<style>
span { border-color: #A83532; }
span { border-color: rgb(168,53,50); }
td.TdClassName
{
border-color: #A83532;
}
.TagClassName
{
border-color: #A83532;
}
</style>