Shades of Milano Red #A23C33
Tints of Milano Red #A23C33
RGB
CMYK
RGB Variations
Color information
#A23C33 (or 0xA23C33) is known color: Milano Red. HEX triplet: A2, 3C and 33. RGB value is (162,60,51). Sum of RGB (Red+Green+Blue) = 162+60+51=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C33 is #5DC3CC. Grayscale: #595959. Windows color (decimal): -6144973 or 3357858. OLE color: 3357858.
HSL color Cylindrical-coordinate representation of color #A23C33: hue angle of 4.86º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23C33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 51 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.36 |
| HSL | 4.86º | 0.52% | 0.42% | - |
| HSV(B) | 4.86º | 0.69% | 0.64% | - |
| XYZ | 17.11 | 11.15 | 4.38 | - |
| YUV | 89.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 51 | 0 | 0.63 | 0.69 | 0.36 | 4.86 | 0.52 | 0.42 |
| Hex | A2 | 3C | 33 | 0 | 3F | 45 | 24 | 5 | 34 | 2A |
| Octal | 242 | 74 | 63 | 0 | 77 | 105 | 44 | 5 | 64 | 52 |
| Binary | 10100010 | 111100 | 110011 | 0 | 111111 | 1000101 | 100100 | 101 | 110100 | 101010 |
Color Harmonies of #A23C33
Complementary color
Monochromatic Colors of #A23C33
Black with #A23C33
Text Example
Text Example
White with #A23C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C33; }
p { color: rgb(162,60,51); }
H1.HeaderClassName
{
color: #A23C33;
}
.AnyTagClassName
{
color: #A23C33;
}
</style>
background-color css
<style>
a { background-color: #A23C33; }
a { background-color: rgb(162,60,51); }
div.DivClassName
{
background-color: #A23C33;
}
.BgClassName
{
background-color: #A23C33;
}
</style>
border-color css
<style>
span { border-color: #A23C33; }
span { border-color: rgb(162,60,51); }
td.TdClassName
{
border-color: #A23C33;
}
.TagClassName
{
border-color: #A23C33;
}
</style>