Shades of Milano Red #A0332F
Tints of Milano Red #A0332F
RGB
CMYK
RGB Variations
Color information
#A0332F (or 0xA0332F) is known color: Milano Red. HEX triplet: A0, 33 and 2F. RGB value is (160,51,47). Sum of RGB (Red+Green+Blue) = 160+51+47=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0332F is #5FCCD0. Grayscale: #535353. Windows color (decimal): -6278353 or 3093408. OLE color: 3093408.
HSL color Cylindrical-coordinate representation of color #A0332F: hue angle of 2.12º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0332F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 47 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.37 |
| HSL | 2.12º | 0.55% | 0.41% | - |
| HSV(B) | 2.12º | 0.71% | 0.63% | - |
| XYZ | 16.19 | 10.05 | 3.77 | - |
| YUV | 83.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 47 | 0 | 0.68 | 0.71 | 0.37 | 2.12 | 0.55 | 0.41 |
| Hex | A0 | 33 | 2F | 0 | 44 | 47 | 25 | 2 | 37 | 29 |
| Octal | 240 | 63 | 57 | 0 | 104 | 107 | 45 | 2 | 67 | 51 |
| Binary | 10100000 | 110011 | 101111 | 0 | 1000100 | 1000111 | 100101 | 10 | 110111 | 101001 |
Color Harmonies of #A0332F
Complementary color
Monochromatic Colors of #A0332F
Black with #A0332F
Text Example
Text Example
White with #A0332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0332F; }
p { color: rgb(160,51,47); }
H1.HeaderClassName
{
color: #A0332F;
}
.AnyTagClassName
{
color: #A0332F;
}
</style>
background-color css
<style>
a { background-color: #A0332F; }
a { background-color: rgb(160,51,47); }
div.DivClassName
{
background-color: #A0332F;
}
.BgClassName
{
background-color: #A0332F;
}
</style>
border-color css
<style>
span { border-color: #A0332F; }
span { border-color: rgb(160,51,47); }
td.TdClassName
{
border-color: #A0332F;
}
.TagClassName
{
border-color: #A0332F;
}
</style>