Shades of Milano Red #A23627
Tints of Milano Red #A23627
RGB
CMYK
RGB Variations
Color information
#A23627 (or 0xA23627) is known color: Milano Red. HEX triplet: A2, 36 and 27. RGB value is (162,54,39). Sum of RGB (Red+Green+Blue) = 162+54+39=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23627 is #5DC9D8. Grayscale: #545454. Windows color (decimal): -6146521 or 2569890. OLE color: 2569890.
HSL color Cylindrical-coordinate representation of color #A23627: hue angle of 7.32º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23627 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 39 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.36 |
| HSL | 7.32º | 0.61% | 0.39% | - |
| HSV(B) | 7.32º | 0.76% | 0.64% | - |
| XYZ | 16.59 | 10.47 | 3.07 | - |
| YUV | 84.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 39 | 0 | 0.67 | 0.76 | 0.36 | 7.32 | 0.61 | 0.39 |
| Hex | A2 | 36 | 27 | 0 | 43 | 4C | 24 | 7 | 3D | 27 |
| Octal | 242 | 66 | 47 | 0 | 103 | 114 | 44 | 7 | 75 | 47 |
| Binary | 10100010 | 110110 | 100111 | 0 | 1000011 | 1001100 | 100100 | 111 | 111101 | 100111 |
Color Harmonies of #A23627
Complementary color
Monochromatic Colors of #A23627
Black with #A23627
Text Example
Text Example
White with #A23627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23627; }
p { color: rgb(162,54,39); }
H1.HeaderClassName
{
color: #A23627;
}
.AnyTagClassName
{
color: #A23627;
}
</style>
background-color css
<style>
a { background-color: #A23627; }
a { background-color: rgb(162,54,39); }
div.DivClassName
{
background-color: #A23627;
}
.BgClassName
{
background-color: #A23627;
}
</style>
border-color css
<style>
span { border-color: #A23627; }
span { border-color: rgb(162,54,39); }
td.TdClassName
{
border-color: #A23627;
}
.TagClassName
{
border-color: #A23627;
}
</style>