Shades of Milano Red #A1302F
Tints of Milano Red #A1302F
RGB
CMYK
RGB Variations
Color information
#A1302F (or 0xA1302F) is known color: Milano Red. HEX triplet: A1, 30 and 2F. RGB value is (161,48,47). Sum of RGB (Red+Green+Blue) = 161+48+47=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1302F is #5ECFD0. Grayscale: #515151. Windows color (decimal): -6213585 or 3092641. OLE color: 3092641.
HSL color Cylindrical-coordinate representation of color #A1302F: hue angle of 0.53º 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 #A1302F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 47 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.37 |
| HSL | 0.53º | 0.55% | 0.41% | - |
| HSV(B) | 0.53º | 0.71% | 0.63% | - |
| XYZ | 16.27 | 9.9 | 3.74 | - |
| YUV | 81.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 47 | 0 | 0.70 | 0.71 | 0.37 | 0.53 | 0.55 | 0.41 |
| Hex | A1 | 30 | 2F | 0 | 46 | 47 | 25 | 1 | 37 | 29 |
| Octal | 241 | 60 | 57 | 0 | 106 | 107 | 45 | 1 | 67 | 51 |
| Binary | 10100001 | 110000 | 101111 | 0 | 1000110 | 1000111 | 100101 | 1 | 110111 | 101001 |
Color Harmonies of #A1302F
Complementary color
Monochromatic Colors of #A1302F
Black with #A1302F
Text Example
Text Example
White with #A1302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1302F; }
p { color: rgb(161,48,47); }
H1.HeaderClassName
{
color: #A1302F;
}
.AnyTagClassName
{
color: #A1302F;
}
</style>
background-color css
<style>
a { background-color: #A1302F; }
a { background-color: rgb(161,48,47); }
div.DivClassName
{
background-color: #A1302F;
}
.BgClassName
{
background-color: #A1302F;
}
</style>
border-color css
<style>
span { border-color: #A1302F; }
span { border-color: rgb(161,48,47); }
td.TdClassName
{
border-color: #A1302F;
}
.TagClassName
{
border-color: #A1302F;
}
</style>