Shades of Milano Red #A93633
Tints of Milano Red #A93633
RGB
CMYK
RGB Variations
Color information
#A93633 (or 0xA93633) is known color: Milano Red. HEX triplet: A9, 36 and 33. RGB value is (169,54,51). Sum of RGB (Red+Green+Blue) = 169+54+51=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A93633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93633 is #56C9CC. Grayscale: #585858. Windows color (decimal): -5687757 or 3356329. OLE color: 3356329.
HSL color Cylindrical-coordinate representation of color #A93633: 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 #A93633 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 51 | - |
| 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.28 | 11.31 | 4.35 | - |
| YUV | 88.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 51 | 0 | 0.68 | 0.70 | 0.34 | 1.53 | 0.54 | 0.43 |
| Hex | A9 | 36 | 33 | 0 | 44 | 46 | 22 | 2 | 36 | 2B |
| Octal | 251 | 66 | 63 | 0 | 104 | 106 | 42 | 2 | 66 | 53 |
| Binary | 10101001 | 110110 | 110011 | 0 | 1000100 | 1000110 | 100010 | 10 | 110110 | 101011 |
Color Harmonies of #A93633
Complementary color
Monochromatic Colors of #A93633
Black with #A93633
Text Example
Text Example
White with #A93633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93633; }
p { color: rgb(169,54,51); }
H1.HeaderClassName
{
color: #A93633;
}
.AnyTagClassName
{
color: #A93633;
}
</style>
background-color css
<style>
a { background-color: #A93633; }
a { background-color: rgb(169,54,51); }
div.DivClassName
{
background-color: #A93633;
}
.BgClassName
{
background-color: #A93633;
}
</style>
border-color css
<style>
span { border-color: #A93633; }
span { border-color: rgb(169,54,51); }
td.TdClassName
{
border-color: #A93633;
}
.TagClassName
{
border-color: #A93633;
}
</style>