Shades of Milano Red #A2322D
Tints of Milano Red #A2322D
RGB
CMYK
RGB Variations
Color information
#A2322D (or 0xA2322D) is known color: Milano Red. HEX triplet: A2, 32 and 2D. RGB value is (162,50,45). Sum of RGB (Red+Green+Blue) = 162+50+45=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2322D is #5DCDD2. Grayscale: #535353. Windows color (decimal): -6147539 or 2962082. OLE color: 2962082.
HSL color Cylindrical-coordinate representation of color #A2322D: hue angle of 2.56º degrees, saturation: 0.57, 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 #A2322D is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 45 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.36 |
| HSL | 2.56º | 0.57% | 0.41% | - |
| HSV(B) | 2.56º | 0.72% | 0.64% | - |
| XYZ | 16.51 | 10.15 | 3.57 | - |
| YUV | 82.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 45 | 0 | 0.69 | 0.72 | 0.36 | 2.56 | 0.57 | 0.41 |
| Hex | A2 | 32 | 2D | 0 | 45 | 48 | 24 | 3 | 39 | 29 |
| Octal | 242 | 62 | 55 | 0 | 105 | 110 | 44 | 3 | 71 | 51 |
| Binary | 10100010 | 110010 | 101101 | 0 | 1000101 | 1001000 | 100100 | 11 | 111001 | 101001 |
Color Harmonies of #A2322D
Complementary color
Monochromatic Colors of #A2322D
Black with #A2322D
Text Example
Text Example
White with #A2322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2322D; }
p { color: rgb(162,50,45); }
H1.HeaderClassName
{
color: #A2322D;
}
.AnyTagClassName
{
color: #A2322D;
}
</style>
background-color css
<style>
a { background-color: #A2322D; }
a { background-color: rgb(162,50,45); }
div.DivClassName
{
background-color: #A2322D;
}
.BgClassName
{
background-color: #A2322D;
}
</style>
border-color css
<style>
span { border-color: #A2322D; }
span { border-color: rgb(162,50,45); }
td.TdClassName
{
border-color: #A2322D;
}
.TagClassName
{
border-color: #A2322D;
}
</style>