Shades of Milano Red #A33A36
Tints of Milano Red #A33A36
RGB
CMYK
RGB Variations
Color information
#A33A36 (or 0xA33A36) is known color: Milano Red. HEX triplet: A3, 3A and 36. RGB value is (163,58,54). Sum of RGB (Red+Green+Blue) = 163+58+54=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A36 is #5CC5C9. Grayscale: #595959. Windows color (decimal): -6079946 or 3553955. OLE color: 3553955.
HSL color Cylindrical-coordinate representation of color #A33A36: hue angle of 2.2º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33A36 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 54 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.36 |
| HSL | 2.2º | 0.5% | 0.43% | - |
| HSV(B) | 2.2º | 0.67% | 0.64% | - |
| XYZ | 17.28 | 11.08 | 4.72 | - |
| YUV | 88.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 54 | 0 | 0.64 | 0.67 | 0.36 | 2.2 | 0.5 | 0.43 |
| Hex | A3 | 3A | 36 | 0 | 40 | 43 | 24 | 2 | 32 | 2B |
| Octal | 243 | 72 | 66 | 0 | 100 | 103 | 44 | 2 | 62 | 53 |
| Binary | 10100011 | 111010 | 110110 | 0 | 1000000 | 1000011 | 100100 | 10 | 110010 | 101011 |
Color Harmonies of #A33A36
Complementary color
Monochromatic Colors of #A33A36
Black with #A33A36
Text Example
Text Example
White with #A33A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A36; }
p { color: rgb(163,58,54); }
H1.HeaderClassName
{
color: #A33A36;
}
.AnyTagClassName
{
color: #A33A36;
}
</style>
background-color css
<style>
a { background-color: #A33A36; }
a { background-color: rgb(163,58,54); }
div.DivClassName
{
background-color: #A33A36;
}
.BgClassName
{
background-color: #A33A36;
}
</style>
border-color css
<style>
span { border-color: #A33A36; }
span { border-color: rgb(163,58,54); }
td.TdClassName
{
border-color: #A33A36;
}
.TagClassName
{
border-color: #A33A36;
}
</style>