Shades of Milano Red #A2322E
Tints of Milano Red #A2322E
RGB
CMYK
RGB Variations
Color information
#A2322E (or 0xA2322E) is known color: Milano Red. HEX triplet: A2, 32 and 2E. RGB value is (162,50,46). Sum of RGB (Red+Green+Blue) = 162+50+46=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2322E is #5DCDD1. Grayscale: #535353. Windows color (decimal): -6147538 or 3027618. OLE color: 3027618.
HSL color Cylindrical-coordinate representation of color #A2322E: hue angle of 2.07º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2322E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 46 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.36 |
| HSL | 2.07º | 0.56% | 0.41% | - |
| HSV(B) | 2.07º | 0.72% | 0.64% | - |
| XYZ | 16.53 | 10.16 | 3.67 | - |
| YUV | 83.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 46 | 0 | 0.69 | 0.72 | 0.36 | 2.07 | 0.56 | 0.41 |
| Hex | A2 | 32 | 2E | 0 | 45 | 48 | 24 | 2 | 38 | 29 |
| Octal | 242 | 62 | 56 | 0 | 105 | 110 | 44 | 2 | 70 | 51 |
| Binary | 10100010 | 110010 | 101110 | 0 | 1000101 | 1001000 | 100100 | 10 | 111000 | 101001 |
Color Harmonies of #A2322E
Complementary color
Monochromatic Colors of #A2322E
Black with #A2322E
Text Example
Text Example
White with #A2322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2322E; }
p { color: rgb(162,50,46); }
H1.HeaderClassName
{
color: #A2322E;
}
.AnyTagClassName
{
color: #A2322E;
}
</style>
background-color css
<style>
a { background-color: #A2322E; }
a { background-color: rgb(162,50,46); }
div.DivClassName
{
background-color: #A2322E;
}
.BgClassName
{
background-color: #A2322E;
}
</style>
border-color css
<style>
span { border-color: #A2322E; }
span { border-color: rgb(162,50,46); }
td.TdClassName
{
border-color: #A2322E;
}
.TagClassName
{
border-color: #A2322E;
}
</style>