Shades of Milano Red #A83732
Tints of Milano Red #A83732
RGB
CMYK
RGB Variations
Color information
#A83732 (or 0xA83732) is known color: Milano Red. HEX triplet: A8, 37 and 32. RGB value is (168,55,50). Sum of RGB (Red+Green+Blue) = 168+55+50=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A83732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83732 is #57C8CD. Grayscale: #585858. Windows color (decimal): -5753038 or 3291048. OLE color: 3291048.
HSL color Cylindrical-coordinate representation of color #A83732: hue angle of 2.54º 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 #A83732 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 50 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.34 |
| HSL | 2.54º | 0.54% | 0.43% | - |
| HSV(B) | 2.54º | 0.7% | 0.66% | - |
| XYZ | 18.09 | 11.29 | 4.24 | - |
| YUV | 88.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 50 | 0 | 0.67 | 0.70 | 0.34 | 2.54 | 0.54 | 0.43 |
| Hex | A8 | 37 | 32 | 0 | 43 | 46 | 22 | 3 | 36 | 2B |
| Octal | 250 | 67 | 62 | 0 | 103 | 106 | 42 | 3 | 66 | 53 |
| Binary | 10101000 | 110111 | 110010 | 0 | 1000011 | 1000110 | 100010 | 11 | 110110 | 101011 |
Color Harmonies of #A83732
Complementary color
Monochromatic Colors of #A83732
Black with #A83732
Text Example
Text Example
White with #A83732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83732; }
p { color: rgb(168,55,50); }
H1.HeaderClassName
{
color: #A83732;
}
.AnyTagClassName
{
color: #A83732;
}
</style>
background-color css
<style>
a { background-color: #A83732; }
a { background-color: rgb(168,55,50); }
div.DivClassName
{
background-color: #A83732;
}
.BgClassName
{
background-color: #A83732;
}
</style>
border-color css
<style>
span { border-color: #A83732; }
span { border-color: rgb(168,55,50); }
td.TdClassName
{
border-color: #A83732;
}
.TagClassName
{
border-color: #A83732;
}
</style>