Shades of Milano Red #A23629
Tints of Milano Red #A23629
RGB
CMYK
RGB Variations
Color information
#A23629 (or 0xA23629) is known color: Milano Red. HEX triplet: A2, 36 and 29. RGB value is (162,54,41). Sum of RGB (Red+Green+Blue) = 162+54+41=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A23629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23629 is #5DC9D6. Grayscale: #545454. Windows color (decimal): -6146519 or 2700962. OLE color: 2700962.
HSL color Cylindrical-coordinate representation of color #A23629: hue angle of 6.45º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23629 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 41 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.36 |
| HSL | 6.45º | 0.6% | 0.4% | - |
| HSV(B) | 6.45º | 0.75% | 0.64% | - |
| XYZ | 16.62 | 10.48 | 3.24 | - |
| YUV | 84.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 41 | 0 | 0.67 | 0.75 | 0.36 | 6.45 | 0.6 | 0.4 |
| Hex | A2 | 36 | 29 | 0 | 43 | 4B | 24 | 6 | 3C | 28 |
| Octal | 242 | 66 | 51 | 0 | 103 | 113 | 44 | 6 | 74 | 50 |
| Binary | 10100010 | 110110 | 101001 | 0 | 1000011 | 1001011 | 100100 | 110 | 111100 | 101000 |
Color Harmonies of #A23629
Complementary color
Monochromatic Colors of #A23629
Black with #A23629
Text Example
Text Example
White with #A23629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23629; }
p { color: rgb(162,54,41); }
H1.HeaderClassName
{
color: #A23629;
}
.AnyTagClassName
{
color: #A23629;
}
</style>
background-color css
<style>
a { background-color: #A23629; }
a { background-color: rgb(162,54,41); }
div.DivClassName
{
background-color: #A23629;
}
.BgClassName
{
background-color: #A23629;
}
</style>
border-color css
<style>
span { border-color: #A23629; }
span { border-color: rgb(162,54,41); }
td.TdClassName
{
border-color: #A23629;
}
.TagClassName
{
border-color: #A23629;
}
</style>