Shades of Milano Red #A33534
Tints of Milano Red #A33534
RGB
CMYK
RGB Variations
Color information
#A33534 (or 0xA33534) is known color: Milano Red. HEX triplet: A3, 35 and 34. RGB value is (163,53,52). Sum of RGB (Red+Green+Blue) = 163+53+52=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33534 is #5CCACB. Grayscale: #555555. Windows color (decimal): -6081228 or 3421603. OLE color: 3421603.
HSL color Cylindrical-coordinate representation of color #A33534: hue angle of 0.54º 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 #A33534 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 52 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.36 |
| HSL | 0.54º | 0.52% | 0.42% | - |
| HSV(B) | 0.54º | 0.68% | 0.64% | - |
| XYZ | 17 | 10.58 | 4.4 | - |
| YUV | 85.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 52 | 0 | 0.67 | 0.68 | 0.36 | 0.54 | 0.52 | 0.42 |
| Hex | A3 | 35 | 34 | 0 | 43 | 44 | 24 | 1 | 34 | 2A |
| Octal | 243 | 65 | 64 | 0 | 103 | 104 | 44 | 1 | 64 | 52 |
| Binary | 10100011 | 110101 | 110100 | 0 | 1000011 | 1000100 | 100100 | 1 | 110100 | 101010 |
Color Harmonies of #A33534
Complementary color
Monochromatic Colors of #A33534
Black with #A33534
Text Example
Text Example
White with #A33534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33534; }
p { color: rgb(163,53,52); }
H1.HeaderClassName
{
color: #A33534;
}
.AnyTagClassName
{
color: #A33534;
}
</style>
background-color css
<style>
a { background-color: #A33534; }
a { background-color: rgb(163,53,52); }
div.DivClassName
{
background-color: #A33534;
}
.BgClassName
{
background-color: #A33534;
}
</style>
border-color css
<style>
span { border-color: #A33534; }
span { border-color: rgb(163,53,52); }
td.TdClassName
{
border-color: #A33534;
}
.TagClassName
{
border-color: #A33534;
}
</style>