Shades of Milano Red #A43B33
Tints of Milano Red #A43B33
RGB
CMYK
RGB Variations
Color information
#A43B33 (or 0xA43B33) is known color: Milano Red. HEX triplet: A4, 3B and 33. RGB value is (164,59,51). Sum of RGB (Red+Green+Blue) = 164+59+51=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B33 is #5BC4CC. Grayscale: #595959. Windows color (decimal): -6014157 or 3357604. OLE color: 3357604.
HSL color Cylindrical-coordinate representation of color #A43B33: hue angle of 4.25º degrees, saturation: 0.53, 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 #A43B33 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 51 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.36 |
| HSL | 4.25º | 0.53% | 0.42% | - |
| HSV(B) | 4.25º | 0.69% | 0.64% | - |
| XYZ | 17.47 | 11.26 | 4.38 | - |
| YUV | 89.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 51 | 0 | 0.64 | 0.69 | 0.36 | 4.25 | 0.53 | 0.42 |
| Hex | A4 | 3B | 33 | 0 | 40 | 45 | 24 | 4 | 35 | 2A |
| Octal | 244 | 73 | 63 | 0 | 100 | 105 | 44 | 4 | 65 | 52 |
| Binary | 10100100 | 111011 | 110011 | 0 | 1000000 | 1000101 | 100100 | 100 | 110101 | 101010 |
Color Harmonies of #A43B33
Complementary color
Monochromatic Colors of #A43B33
Black with #A43B33
Text Example
Text Example
White with #A43B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B33; }
p { color: rgb(164,59,51); }
H1.HeaderClassName
{
color: #A43B33;
}
.AnyTagClassName
{
color: #A43B33;
}
</style>
background-color css
<style>
a { background-color: #A43B33; }
a { background-color: rgb(164,59,51); }
div.DivClassName
{
background-color: #A43B33;
}
.BgClassName
{
background-color: #A43B33;
}
</style>
border-color css
<style>
span { border-color: #A43B33; }
span { border-color: rgb(164,59,51); }
td.TdClassName
{
border-color: #A43B33;
}
.TagClassName
{
border-color: #A43B33;
}
</style>