Shades of Milano Red #A63434
Tints of Milano Red #A63434
RGB
CMYK
RGB Variations
Color information
#A63434 (or 0xA63434) is known color: Milano Red. HEX triplet: A6, 34 and 34. RGB value is (166,52,52). Sum of RGB (Red+Green+Blue) = 166+52+52=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A63434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63434 is #59CBCB. Grayscale: #565656. Windows color (decimal): -5884876 or 3421350. OLE color: 3421350.
HSL color Cylindrical-coordinate representation of color #A63434: hue angle of 0º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63434 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 52 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.35 |
| HSL | 0º | 0.52% | 0.43% | - |
| HSV(B) | 0º | 0.69% | 0.65% | - |
| XYZ | 17.57 | 10.81 | 4.41 | - |
| YUV | 86.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 52 | 0 | 0.69 | 0.69 | 0.35 | 0 | 0.52 | 0.43 |
| Hex | A6 | 34 | 34 | 0 | 45 | 45 | 23 | 0 | 34 | 2B |
| Octal | 246 | 64 | 64 | 0 | 105 | 105 | 43 | 0 | 64 | 53 |
| Binary | 10100110 | 110100 | 110100 | 0 | 1000101 | 1000101 | 100011 | 0 | 110100 | 101011 |
Color Harmonies of #A63434
Complementary color
Monochromatic Colors of #A63434
Black with #A63434
Text Example
Text Example
White with #A63434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63434; }
p { color: rgb(166,52,52); }
H1.HeaderClassName
{
color: #A63434;
}
.AnyTagClassName
{
color: #A63434;
}
</style>
background-color css
<style>
a { background-color: #A63434; }
a { background-color: rgb(166,52,52); }
div.DivClassName
{
background-color: #A63434;
}
.BgClassName
{
background-color: #A63434;
}
</style>
border-color css
<style>
span { border-color: #A63434; }
span { border-color: rgb(166,52,52); }
td.TdClassName
{
border-color: #A63434;
}
.TagClassName
{
border-color: #A63434;
}
</style>