Shades of Milano Red #A33833
Tints of Milano Red #A33833
RGB
CMYK
RGB Variations
Color information
#A33833 (or 0xA33833) is known color: Milano Red. HEX triplet: A3, 38 and 33. RGB value is (163,56,51). Sum of RGB (Red+Green+Blue) = 163+56+51=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A33833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33833 is #5CC7CC. Grayscale: #575757. Windows color (decimal): -6080461 or 3356835. OLE color: 3356835.
HSL color Cylindrical-coordinate representation of color #A33833: hue angle of 2.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33833 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 51 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.36 |
| HSL | 2.68º | 0.52% | 0.42% | - |
| HSV(B) | 2.68º | 0.69% | 0.64% | - |
| XYZ | 17.12 | 10.85 | 4.32 | - |
| YUV | 87.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 51 | 0 | 0.66 | 0.69 | 0.36 | 2.68 | 0.52 | 0.42 |
| Hex | A3 | 38 | 33 | 0 | 42 | 45 | 24 | 3 | 34 | 2A |
| Octal | 243 | 70 | 63 | 0 | 102 | 105 | 44 | 3 | 64 | 52 |
| Binary | 10100011 | 111000 | 110011 | 0 | 1000010 | 1000101 | 100100 | 11 | 110100 | 101010 |
Color Harmonies of #A33833
Complementary color
Monochromatic Colors of #A33833
Black with #A33833
Text Example
Text Example
White with #A33833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33833; }
p { color: rgb(163,56,51); }
H1.HeaderClassName
{
color: #A33833;
}
.AnyTagClassName
{
color: #A33833;
}
</style>
background-color css
<style>
a { background-color: #A33833; }
a { background-color: rgb(163,56,51); }
div.DivClassName
{
background-color: #A33833;
}
.BgClassName
{
background-color: #A33833;
}
</style>
border-color css
<style>
span { border-color: #A33833; }
span { border-color: rgb(163,56,51); }
td.TdClassName
{
border-color: #A33833;
}
.TagClassName
{
border-color: #A33833;
}
</style>