Shades of Milano Red #A1372D
Tints of Milano Red #A1372D
RGB
CMYK
RGB Variations
Color information
#A1372D (or 0xA1372D) is known color: Milano Red. HEX triplet: A1, 37 and 2D. RGB value is (161,55,45). Sum of RGB (Red+Green+Blue) = 161+55+45=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1372D is #5EC8D2. Grayscale: #555555. Windows color (decimal): -6211795 or 2963361. OLE color: 2963361.
HSL color Cylindrical-coordinate representation of color #A1372D: hue angle of 5.17º 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 #A1372D is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 45 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.37 |
| HSL | 5.17º | 0.56% | 0.4% | - |
| HSV(B) | 5.17º | 0.72% | 0.63% | - |
| XYZ | 16.54 | 10.5 | 3.64 | - |
| YUV | 85.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 45 | 0 | 0.66 | 0.72 | 0.37 | 5.17 | 0.56 | 0.4 |
| Hex | A1 | 37 | 2D | 0 | 42 | 48 | 25 | 5 | 38 | 28 |
| Octal | 241 | 67 | 55 | 0 | 102 | 110 | 45 | 5 | 70 | 50 |
| Binary | 10100001 | 110111 | 101101 | 0 | 1000010 | 1001000 | 100101 | 101 | 111000 | 101000 |
Color Harmonies of #A1372D
Complementary color
Monochromatic Colors of #A1372D
Black with #A1372D
Text Example
Text Example
White with #A1372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1372D; }
p { color: rgb(161,55,45); }
H1.HeaderClassName
{
color: #A1372D;
}
.AnyTagClassName
{
color: #A1372D;
}
</style>
background-color css
<style>
a { background-color: #A1372D; }
a { background-color: rgb(161,55,45); }
div.DivClassName
{
background-color: #A1372D;
}
.BgClassName
{
background-color: #A1372D;
}
</style>
border-color css
<style>
span { border-color: #A1372D; }
span { border-color: rgb(161,55,45); }
td.TdClassName
{
border-color: #A1372D;
}
.TagClassName
{
border-color: #A1372D;
}
</style>