Shades of Milano Red #A1302D
Tints of Milano Red #A1302D
RGB
CMYK
RGB Variations
Color information
#A1302D (or 0xA1302D) is known color: Milano Red. HEX triplet: A1, 30 and 2D. RGB value is (161,48,45). Sum of RGB (Red+Green+Blue) = 161+48+45=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1302D is #5ECFD2. Grayscale: #515151. Windows color (decimal): -6213587 or 2961569. OLE color: 2961569.
HSL color Cylindrical-coordinate representation of color #A1302D: hue angle of 1.55º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1302D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 45 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.37 |
| HSL | 1.55º | 0.56% | 0.4% | - |
| HSV(B) | 1.55º | 0.72% | 0.63% | - |
| XYZ | 16.23 | 9.88 | 3.53 | - |
| YUV | 81.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 45 | 0 | 0.70 | 0.72 | 0.37 | 1.55 | 0.56 | 0.4 |
| Hex | A1 | 30 | 2D | 0 | 46 | 48 | 25 | 2 | 38 | 28 |
| Octal | 241 | 60 | 55 | 0 | 106 | 110 | 45 | 2 | 70 | 50 |
| Binary | 10100001 | 110000 | 101101 | 0 | 1000110 | 1001000 | 100101 | 10 | 111000 | 101000 |
Color Harmonies of #A1302D
Complementary color
Monochromatic Colors of #A1302D
Black with #A1302D
Text Example
Text Example
White with #A1302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1302D; }
p { color: rgb(161,48,45); }
H1.HeaderClassName
{
color: #A1302D;
}
.AnyTagClassName
{
color: #A1302D;
}
</style>
background-color css
<style>
a { background-color: #A1302D; }
a { background-color: rgb(161,48,45); }
div.DivClassName
{
background-color: #A1302D;
}
.BgClassName
{
background-color: #A1302D;
}
</style>
border-color css
<style>
span { border-color: #A1302D; }
span { border-color: rgb(161,48,45); }
td.TdClassName
{
border-color: #A1302D;
}
.TagClassName
{
border-color: #A1302D;
}
</style>