Shades of Milano Red #A23930
Tints of Milano Red #A23930
RGB
CMYK
RGB Variations
Color information
#A23930 (or 0xA23930) is known color: Milano Red. HEX triplet: A2, 39 and 30. RGB value is (162,57,48). Sum of RGB (Red+Green+Blue) = 162+57+48=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23930 is #5DC6CF. Grayscale: #575757. Windows color (decimal): -6145744 or 3160482. OLE color: 3160482.
HSL color Cylindrical-coordinate representation of color #A23930: hue angle of 4.74º 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 #A23930 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 48 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.36 |
| HSL | 4.74º | 0.54% | 0.41% | - |
| HSV(B) | 4.74º | 0.7% | 0.64% | - |
| XYZ | 16.9 | 10.82 | 3.99 | - |
| YUV | 87.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 48 | 0 | 0.65 | 0.70 | 0.36 | 4.74 | 0.54 | 0.41 |
| Hex | A2 | 39 | 30 | 0 | 41 | 46 | 24 | 5 | 36 | 29 |
| Octal | 242 | 71 | 60 | 0 | 101 | 106 | 44 | 5 | 66 | 51 |
| Binary | 10100010 | 111001 | 110000 | 0 | 1000001 | 1000110 | 100100 | 101 | 110110 | 101001 |
Color Harmonies of #A23930
Complementary color
Monochromatic Colors of #A23930
Black with #A23930
Text Example
Text Example
White with #A23930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23930; }
p { color: rgb(162,57,48); }
H1.HeaderClassName
{
color: #A23930;
}
.AnyTagClassName
{
color: #A23930;
}
</style>
background-color css
<style>
a { background-color: #A23930; }
a { background-color: rgb(162,57,48); }
div.DivClassName
{
background-color: #A23930;
}
.BgClassName
{
background-color: #A23930;
}
</style>
border-color css
<style>
span { border-color: #A23930; }
span { border-color: rgb(162,57,48); }
td.TdClassName
{
border-color: #A23930;
}
.TagClassName
{
border-color: #A23930;
}
</style>