Shades of Milano Red #A3332F
Tints of Milano Red #A3332F
RGB
CMYK
RGB Variations
Color information
#A3332F (or 0xA3332F) is known color: Milano Red. HEX triplet: A3, 33 and 2F. RGB value is (163,51,47). Sum of RGB (Red+Green+Blue) = 163+51+47=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3332F is #5CCCD0. Grayscale: #545454. Windows color (decimal): -6081745 or 3093411. OLE color: 3093411.
HSL color Cylindrical-coordinate representation of color #A3332F: hue angle of 2.07º 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 #A3332F is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 47 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.36 |
| HSL | 2.07º | 0.55% | 0.41% | - |
| HSV(B) | 2.07º | 0.71% | 0.64% | - |
| XYZ | 16.8 | 10.36 | 3.8 | - |
| YUV | 84.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 47 | 0 | 0.69 | 0.71 | 0.36 | 2.07 | 0.55 | 0.41 |
| Hex | A3 | 33 | 2F | 0 | 45 | 47 | 24 | 2 | 37 | 29 |
| Octal | 243 | 63 | 57 | 0 | 105 | 107 | 44 | 2 | 67 | 51 |
| Binary | 10100011 | 110011 | 101111 | 0 | 1000101 | 1000111 | 100100 | 10 | 110111 | 101001 |
Color Harmonies of #A3332F
Complementary color
Monochromatic Colors of #A3332F
Black with #A3332F
Text Example
Text Example
White with #A3332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3332F; }
p { color: rgb(163,51,47); }
H1.HeaderClassName
{
color: #A3332F;
}
.AnyTagClassName
{
color: #A3332F;
}
</style>
background-color css
<style>
a { background-color: #A3332F; }
a { background-color: rgb(163,51,47); }
div.DivClassName
{
background-color: #A3332F;
}
.BgClassName
{
background-color: #A3332F;
}
</style>
border-color css
<style>
span { border-color: #A3332F; }
span { border-color: rgb(163,51,47); }
td.TdClassName
{
border-color: #A3332F;
}
.TagClassName
{
border-color: #A3332F;
}
</style>