Shades of Milano Red #A2332B
Tints of Milano Red #A2332B
RGB
CMYK
RGB Variations
Color information
#A2332B (or 0xA2332B) is known color: Milano Red. HEX triplet: A2, 33 and 2B. RGB value is (162,51,43). Sum of RGB (Red+Green+Blue) = 162+51+43=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2332B is #5DCCD4. Grayscale: #535353. Windows color (decimal): -6147285 or 2831266. OLE color: 2831266.
HSL color Cylindrical-coordinate representation of color #A2332B: hue angle of 4.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2332B is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 43 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.36 |
| HSL | 4.03º | 0.58% | 0.4% | - |
| HSV(B) | 4.03º | 0.73% | 0.64% | - |
| XYZ | 16.52 | 10.22 | 3.39 | - |
| YUV | 83.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 43 | 0 | 0.69 | 0.73 | 0.36 | 4.03 | 0.58 | 0.4 |
| Hex | A2 | 33 | 2B | 0 | 45 | 49 | 24 | 4 | 3A | 28 |
| Octal | 242 | 63 | 53 | 0 | 105 | 111 | 44 | 4 | 72 | 50 |
| Binary | 10100010 | 110011 | 101011 | 0 | 1000101 | 1001001 | 100100 | 100 | 111010 | 101000 |
Color Harmonies of #A2332B
Complementary color
Monochromatic Colors of #A2332B
Black with #A2332B
Text Example
Text Example
White with #A2332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2332B; }
p { color: rgb(162,51,43); }
H1.HeaderClassName
{
color: #A2332B;
}
.AnyTagClassName
{
color: #A2332B;
}
</style>
background-color css
<style>
a { background-color: #A2332B; }
a { background-color: rgb(162,51,43); }
div.DivClassName
{
background-color: #A2332B;
}
.BgClassName
{
background-color: #A2332B;
}
</style>
border-color css
<style>
span { border-color: #A2332B; }
span { border-color: rgb(162,51,43); }
td.TdClassName
{
border-color: #A2332B;
}
.TagClassName
{
border-color: #A2332B;
}
</style>