Shades of Milano Red #A33A34
Tints of Milano Red #A33A34
RGB
CMYK
RGB Variations
Color information
#A33A34 (or 0xA33A34) is known color: Milano Red. HEX triplet: A3, 3A and 34. RGB value is (163,58,52). Sum of RGB (Red+Green+Blue) = 163+58+52=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A34 is #5CC5CB. Grayscale: #585858. Windows color (decimal): -6079948 or 3422883. OLE color: 3422883.
HSL color Cylindrical-coordinate representation of color #A33A34: hue angle of 3.24º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33A34 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 52 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.36 |
| HSL | 3.24º | 0.52% | 0.42% | - |
| HSV(B) | 3.24º | 0.68% | 0.64% | - |
| XYZ | 17.24 | 11.06 | 4.48 | - |
| YUV | 88.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 52 | 0 | 0.64 | 0.68 | 0.36 | 3.24 | 0.52 | 0.42 |
| Hex | A3 | 3A | 34 | 0 | 40 | 44 | 24 | 3 | 34 | 2A |
| Octal | 243 | 72 | 64 | 0 | 100 | 104 | 44 | 3 | 64 | 52 |
| Binary | 10100011 | 111010 | 110100 | 0 | 1000000 | 1000100 | 100100 | 11 | 110100 | 101010 |
Color Harmonies of #A33A34
Complementary color
Monochromatic Colors of #A33A34
Black with #A33A34
Text Example
Text Example
White with #A33A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A34; }
p { color: rgb(163,58,52); }
H1.HeaderClassName
{
color: #A33A34;
}
.AnyTagClassName
{
color: #A33A34;
}
</style>
background-color css
<style>
a { background-color: #A33A34; }
a { background-color: rgb(163,58,52); }
div.DivClassName
{
background-color: #A33A34;
}
.BgClassName
{
background-color: #A33A34;
}
</style>
border-color css
<style>
span { border-color: #A33A34; }
span { border-color: rgb(163,58,52); }
td.TdClassName
{
border-color: #A33A34;
}
.TagClassName
{
border-color: #A33A34;
}
</style>