Shades of Milano Red #A0302D
Tints of Milano Red #A0302D
RGB
CMYK
RGB Variations
Color information
#A0302D (or 0xA0302D) is known color: Milano Red. HEX triplet: A0, 30 and 2D. RGB value is (160,48,45). Sum of RGB (Red+Green+Blue) = 160+48+45=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0302D is #5FCFD2. Grayscale: #515151. Windows color (decimal): -6279123 or 2961568. OLE color: 2961568.
HSL color Cylindrical-coordinate representation of color #A0302D: hue angle of 1.57º 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 #A0302D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 48 | 45 | - |
CMYK | 0 | 0.70 | 0.72 | 0.37 |
HSL | 1.57º | 0.56% | 0.4% | - |
HSV(B) | 1.57º | 0.72% | 0.63% | - |
XYZ | 16.03 | 9.78 | 3.53 | - |
YUV | 81.15 | 107.61 | 184.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 48 | 45 | 0 | 0.70 | 0.72 | 0.37 | 1.57 | 0.56 | 0.4 |
Hex | A0 | 30 | 2D | 0 | 46 | 48 | 25 | 2 | 38 | 28 |
Octal | 240 | 60 | 55 | 0 | 106 | 110 | 45 | 2 | 70 | 50 |
Binary | 10100000 | 110000 | 101101 | 0 | 1000110 | 1001000 | 100101 | 10 | 111000 | 101000 |
Color Harmonies of #A0302D
Complementary color
Monochromatic Colors of #A0302D
Black with #A0302D
Text Example
Text Example
White with #A0302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0302D; }
p { color: rgb(160,48,45); }
H1.HeaderClassName
{
color: #A0302D;
}
.AnyTagClassName
{
color: #A0302D;
}
</style>
background-color css
<style>
a { background-color: #A0302D; }
a { background-color: rgb(160,48,45); }
div.DivClassName
{
background-color: #A0302D;
}
.BgClassName
{
background-color: #A0302D;
}
</style>
border-color css
<style>
span { border-color: #A0302D; }
span { border-color: rgb(160,48,45); }
td.TdClassName
{
border-color: #A0302D;
}
.TagClassName
{
border-color: #A0302D;
}
</style>