Shades of Milano Red #A1312B
Tints of Milano Red #A1312B
RGB
CMYK
RGB Variations
Color information
#A1312B (or 0xA1312B) is known color: Milano Red. HEX triplet: A1, 31 and 2B. RGB value is (161,49,43). Sum of RGB (Red+Green+Blue) = 161+49+43=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1312B is #5ECED4. Grayscale: #515151. Windows color (decimal): -6213333 or 2830753. OLE color: 2830753.
HSL color Cylindrical-coordinate representation of color #A1312B: hue angle of 3.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1312B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 43 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.37 |
| HSL | 3.05º | 0.58% | 0.4% | - |
| HSV(B) | 3.05º | 0.73% | 0.63% | - |
| XYZ | 16.23 | 9.95 | 3.35 | - |
| YUV | 81.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 43 | 0 | 0.70 | 0.73 | 0.37 | 3.05 | 0.58 | 0.4 |
| Hex | A1 | 31 | 2B | 0 | 46 | 49 | 25 | 3 | 3A | 28 |
| Octal | 241 | 61 | 53 | 0 | 106 | 111 | 45 | 3 | 72 | 50 |
| Binary | 10100001 | 110001 | 101011 | 0 | 1000110 | 1001001 | 100101 | 11 | 111010 | 101000 |
Color Harmonies of #A1312B
Complementary color
Monochromatic Colors of #A1312B
Black with #A1312B
Text Example
Text Example
White with #A1312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1312B; }
p { color: rgb(161,49,43); }
H1.HeaderClassName
{
color: #A1312B;
}
.AnyTagClassName
{
color: #A1312B;
}
</style>
background-color css
<style>
a { background-color: #A1312B; }
a { background-color: rgb(161,49,43); }
div.DivClassName
{
background-color: #A1312B;
}
.BgClassName
{
background-color: #A1312B;
}
</style>
border-color css
<style>
span { border-color: #A1312B; }
span { border-color: rgb(161,49,43); }
td.TdClassName
{
border-color: #A1312B;
}
.TagClassName
{
border-color: #A1312B;
}
</style>