Shades of Milano Red #A23A2F
Tints of Milano Red #A23A2F
RGB
CMYK
RGB Variations
Color information
#A23A2F (or 0xA23A2F) is known color: Milano Red. HEX triplet: A2, 3A and 2F. RGB value is (162,58,47). Sum of RGB (Red+Green+Blue) = 162+58+47=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A2F is #5DC5D0. Grayscale: #575757. Windows color (decimal): -6145489 or 3095202. OLE color: 3095202.
HSL color Cylindrical-coordinate representation of color #A23A2F: hue angle of 5.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23A2F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 47 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.36 |
| HSL | 5.74º | 0.55% | 0.41% | - |
| HSV(B) | 5.74º | 0.71% | 0.64% | - |
| XYZ | 16.93 | 10.91 | 3.9 | - |
| YUV | 87.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 47 | 0 | 0.64 | 0.71 | 0.36 | 5.74 | 0.55 | 0.41 |
| Hex | A2 | 3A | 2F | 0 | 40 | 47 | 24 | 6 | 37 | 29 |
| Octal | 242 | 72 | 57 | 0 | 100 | 107 | 44 | 6 | 67 | 51 |
| Binary | 10100010 | 111010 | 101111 | 0 | 1000000 | 1000111 | 100100 | 110 | 110111 | 101001 |
Color Harmonies of #A23A2F
Complementary color
Monochromatic Colors of #A23A2F
Black with #A23A2F
Text Example
Text Example
White with #A23A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A2F; }
p { color: rgb(162,58,47); }
H1.HeaderClassName
{
color: #A23A2F;
}
.AnyTagClassName
{
color: #A23A2F;
}
</style>
background-color css
<style>
a { background-color: #A23A2F; }
a { background-color: rgb(162,58,47); }
div.DivClassName
{
background-color: #A23A2F;
}
.BgClassName
{
background-color: #A23A2F;
}
</style>
border-color css
<style>
span { border-color: #A23A2F; }
span { border-color: rgb(162,58,47); }
td.TdClassName
{
border-color: #A23A2F;
}
.TagClassName
{
border-color: #A23A2F;
}
</style>