Shades of Milano Red #A23C31
Tints of Milano Red #A23C31
RGB
CMYK
RGB Variations
Color information
#A23C31 (or 0xA23C31) is known color: Milano Red. HEX triplet: A2, 3C and 31. RGB value is (162,60,49). Sum of RGB (Red+Green+Blue) = 162+60+49=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C31 is #5DC3CE. Grayscale: #595959. Windows color (decimal): -6144975 or 3226786. OLE color: 3226786.
HSL color Cylindrical-coordinate representation of color #A23C31: hue angle of 5.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23C31 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 49 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.36 |
| HSL | 5.84º | 0.54% | 0.41% | - |
| HSV(B) | 5.84º | 0.7% | 0.64% | - |
| XYZ | 17.07 | 11.13 | 4.16 | - |
| YUV | 89.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 49 | 0 | 0.63 | 0.70 | 0.36 | 5.84 | 0.54 | 0.41 |
| Hex | A2 | 3C | 31 | 0 | 3F | 46 | 24 | 6 | 36 | 29 |
| Octal | 242 | 74 | 61 | 0 | 77 | 106 | 44 | 6 | 66 | 51 |
| Binary | 10100010 | 111100 | 110001 | 0 | 111111 | 1000110 | 100100 | 110 | 110110 | 101001 |
Color Harmonies of #A23C31
Complementary color
Monochromatic Colors of #A23C31
Black with #A23C31
Text Example
Text Example
White with #A23C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C31; }
p { color: rgb(162,60,49); }
H1.HeaderClassName
{
color: #A23C31;
}
.AnyTagClassName
{
color: #A23C31;
}
</style>
background-color css
<style>
a { background-color: #A23C31; }
a { background-color: rgb(162,60,49); }
div.DivClassName
{
background-color: #A23C31;
}
.BgClassName
{
background-color: #A23C31;
}
</style>
border-color css
<style>
span { border-color: #A23C31; }
span { border-color: rgb(162,60,49); }
td.TdClassName
{
border-color: #A23C31;
}
.TagClassName
{
border-color: #A23C31;
}
</style>