Shades of Milano Red #A2382A
Tints of Milano Red #A2382A
RGB
CMYK
RGB Variations
Color information
#A2382A (or 0xA2382A) is known color: Milano Red. HEX triplet: A2, 38 and 2A. RGB value is (162,56,42). Sum of RGB (Red+Green+Blue) = 162+56+42=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2382A is #5DC7D5. Grayscale: #565656. Windows color (decimal): -6146006 or 2767010. OLE color: 2767010.
HSL color Cylindrical-coordinate representation of color #A2382A: hue angle of 7º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2382A is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 42 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.36 |
| HSL | 7º | 0.59% | 0.4% | - |
| HSV(B) | 7º | 0.74% | 0.64% | - |
| XYZ | 16.73 | 10.68 | 3.37 | - |
| YUV | 86.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 42 | 0 | 0.65 | 0.74 | 0.36 | 7 | 0.59 | 0.4 |
| Hex | A2 | 38 | 2A | 0 | 41 | 4A | 24 | 7 | 3B | 28 |
| Octal | 242 | 70 | 52 | 0 | 101 | 112 | 44 | 7 | 73 | 50 |
| Binary | 10100010 | 111000 | 101010 | 0 | 1000001 | 1001010 | 100100 | 111 | 111011 | 101000 |
Color Harmonies of #A2382A
Complementary color
Monochromatic Colors of #A2382A
Black with #A2382A
Text Example
Text Example
White with #A2382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2382A; }
p { color: rgb(162,56,42); }
H1.HeaderClassName
{
color: #A2382A;
}
.AnyTagClassName
{
color: #A2382A;
}
</style>
background-color css
<style>
a { background-color: #A2382A; }
a { background-color: rgb(162,56,42); }
div.DivClassName
{
background-color: #A2382A;
}
.BgClassName
{
background-color: #A2382A;
}
</style>
border-color css
<style>
span { border-color: #A2382A; }
span { border-color: rgb(162,56,42); }
td.TdClassName
{
border-color: #A2382A;
}
.TagClassName
{
border-color: #A2382A;
}
</style>