Shades of Milano Red #A33A2F
Tints of Milano Red #A33A2F
RGB
CMYK
RGB Variations
Color information
#A33A2F (or 0xA33A2F) is known color: Milano Red. HEX triplet: A3, 3A and 2F. RGB value is (163,58,47). Sum of RGB (Red+Green+Blue) = 163+58+47=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A2F is #5CC5D0. Grayscale: #585858. Windows color (decimal): -6079953 or 3095203. OLE color: 3095203.
HSL color Cylindrical-coordinate representation of color #A33A2F: hue angle of 5.69º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33A2F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 47 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.36 |
| HSL | 5.69º | 0.55% | 0.41% | - |
| HSV(B) | 5.69º | 0.71% | 0.64% | - |
| XYZ | 17.13 | 11.02 | 3.91 | - |
| YUV | 88.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 47 | 0 | 0.64 | 0.71 | 0.36 | 5.69 | 0.55 | 0.41 |
| Hex | A3 | 3A | 2F | 0 | 40 | 47 | 24 | 6 | 37 | 29 |
| Octal | 243 | 72 | 57 | 0 | 100 | 107 | 44 | 6 | 67 | 51 |
| Binary | 10100011 | 111010 | 101111 | 0 | 1000000 | 1000111 | 100100 | 110 | 110111 | 101001 |
Color Harmonies of #A33A2F
Complementary color
Monochromatic Colors of #A33A2F
Black with #A33A2F
Text Example
Text Example
White with #A33A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A2F; }
p { color: rgb(163,58,47); }
H1.HeaderClassName
{
color: #A33A2F;
}
.AnyTagClassName
{
color: #A33A2F;
}
</style>
background-color css
<style>
a { background-color: #A33A2F; }
a { background-color: rgb(163,58,47); }
div.DivClassName
{
background-color: #A33A2F;
}
.BgClassName
{
background-color: #A33A2F;
}
</style>
border-color css
<style>
span { border-color: #A33A2F; }
span { border-color: rgb(163,58,47); }
td.TdClassName
{
border-color: #A33A2F;
}
.TagClassName
{
border-color: #A33A2F;
}
</style>