Shades of Milano Red #A23831
Tints of Milano Red #A23831
RGB
CMYK
RGB Variations
Color information
#A23831 (or 0xA23831) is known color: Milano Red. HEX triplet: A2, 38 and 31. RGB value is (162,56,49). Sum of RGB (Red+Green+Blue) = 162+56+49=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23831 is #5DC7CE. Grayscale: #575757. Windows color (decimal): -6145999 or 3225762. OLE color: 3225762.
HSL color Cylindrical-coordinate representation of color #A23831: hue angle of 3.72º 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 #A23831 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 49 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.36 |
| HSL | 3.72º | 0.54% | 0.41% | - |
| HSV(B) | 3.72º | 0.7% | 0.64% | - |
| XYZ | 16.87 | 10.73 | 4.09 | - |
| YUV | 86.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 49 | 0 | 0.65 | 0.70 | 0.36 | 3.72 | 0.54 | 0.41 |
| Hex | A2 | 38 | 31 | 0 | 41 | 46 | 24 | 4 | 36 | 29 |
| Octal | 242 | 70 | 61 | 0 | 101 | 106 | 44 | 4 | 66 | 51 |
| Binary | 10100010 | 111000 | 110001 | 0 | 1000001 | 1000110 | 100100 | 100 | 110110 | 101001 |
Color Harmonies of #A23831
Complementary color
Monochromatic Colors of #A23831
Black with #A23831
Text Example
Text Example
White with #A23831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23831; }
p { color: rgb(162,56,49); }
H1.HeaderClassName
{
color: #A23831;
}
.AnyTagClassName
{
color: #A23831;
}
</style>
background-color css
<style>
a { background-color: #A23831; }
a { background-color: rgb(162,56,49); }
div.DivClassName
{
background-color: #A23831;
}
.BgClassName
{
background-color: #A23831;
}
</style>
border-color css
<style>
span { border-color: #A23831; }
span { border-color: rgb(162,56,49); }
td.TdClassName
{
border-color: #A23831;
}
.TagClassName
{
border-color: #A23831;
}
</style>