Shades of Milano Red #A3342A
Tints of Milano Red #A3342A
RGB
CMYK
RGB Variations
Color information
#A3342A (or 0xA3342A) is known color: Milano Red. HEX triplet: A3, 34 and 2A. RGB value is (163,52,42). Sum of RGB (Red+Green+Blue) = 163+52+42=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3342A is #5CCBD5. Grayscale: #545454. Windows color (decimal): -6081494 or 2765987. OLE color: 2765987.
HSL color Cylindrical-coordinate representation of color #A3342A: hue angle of 4.96º 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 #A3342A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 42 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.36 |
| HSL | 4.96º | 0.59% | 0.4% | - |
| HSV(B) | 4.96º | 0.74% | 0.64% | - |
| XYZ | 16.75 | 10.41 | 3.32 | - |
| YUV | 84.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 42 | 0 | 0.68 | 0.74 | 0.36 | 4.96 | 0.59 | 0.4 |
| Hex | A3 | 34 | 2A | 0 | 44 | 4A | 24 | 5 | 3B | 28 |
| Octal | 243 | 64 | 52 | 0 | 104 | 112 | 44 | 5 | 73 | 50 |
| Binary | 10100011 | 110100 | 101010 | 0 | 1000100 | 1001010 | 100100 | 101 | 111011 | 101000 |
Color Harmonies of #A3342A
Complementary color
Monochromatic Colors of #A3342A
Black with #A3342A
Text Example
Text Example
White with #A3342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3342A; }
p { color: rgb(163,52,42); }
H1.HeaderClassName
{
color: #A3342A;
}
.AnyTagClassName
{
color: #A3342A;
}
</style>
background-color css
<style>
a { background-color: #A3342A; }
a { background-color: rgb(163,52,42); }
div.DivClassName
{
background-color: #A3342A;
}
.BgClassName
{
background-color: #A3342A;
}
</style>
border-color css
<style>
span { border-color: #A3342A; }
span { border-color: rgb(163,52,42); }
td.TdClassName
{
border-color: #A3342A;
}
.TagClassName
{
border-color: #A3342A;
}
</style>