Shades of Milano Red #A23936
Tints of Milano Red #A23936
RGB
CMYK
RGB Variations
Color information
#A23936 (or 0xA23936) is known color: Milano Red. HEX triplet: A2, 39 and 36. RGB value is (162,57,54). Sum of RGB (Red+Green+Blue) = 162+57+54=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23936 is #5DC6C9. Grayscale: #585858. Windows color (decimal): -6145738 or 3553698. OLE color: 3553698.
HSL color Cylindrical-coordinate representation of color #A23936: hue angle of 1.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23936 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 54 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.36 |
| HSL | 1.67º | 0.5% | 0.42% | - |
| HSV(B) | 1.67º | 0.67% | 0.64% | - |
| XYZ | 17.03 | 10.87 | 4.69 | - |
| YUV | 88.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 54 | 0 | 0.65 | 0.67 | 0.36 | 1.67 | 0.5 | 0.42 |
| Hex | A2 | 39 | 36 | 0 | 41 | 43 | 24 | 2 | 32 | 2A |
| Octal | 242 | 71 | 66 | 0 | 101 | 103 | 44 | 2 | 62 | 52 |
| Binary | 10100010 | 111001 | 110110 | 0 | 1000001 | 1000011 | 100100 | 10 | 110010 | 101010 |
Color Harmonies of #A23936
Complementary color
Monochromatic Colors of #A23936
Black with #A23936
Text Example
Text Example
White with #A23936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23936; }
p { color: rgb(162,57,54); }
H1.HeaderClassName
{
color: #A23936;
}
.AnyTagClassName
{
color: #A23936;
}
</style>
background-color css
<style>
a { background-color: #A23936; }
a { background-color: rgb(162,57,54); }
div.DivClassName
{
background-color: #A23936;
}
.BgClassName
{
background-color: #A23936;
}
</style>
border-color css
<style>
span { border-color: #A23936; }
span { border-color: rgb(162,57,54); }
td.TdClassName
{
border-color: #A23936;
}
.TagClassName
{
border-color: #A23936;
}
</style>