Shades of Milano Red #A23430
Tints of Milano Red #A23430
RGB
CMYK
RGB Variations
Color information
#A23430 (or 0xA23430) is known color: Milano Red. HEX triplet: A2, 34 and 30. RGB value is (162,52,48). Sum of RGB (Red+Green+Blue) = 162+52+48=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A23430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23430 is #5DCBCF. Grayscale: #545454. Windows color (decimal): -6147024 or 3159202. OLE color: 3159202.
HSL color Cylindrical-coordinate representation of color #A23430: hue angle of 2.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23430 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 48 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.36 |
| HSL | 2.11º | 0.54% | 0.41% | - |
| HSV(B) | 2.11º | 0.7% | 0.64% | - |
| XYZ | 16.66 | 10.35 | 3.92 | - |
| YUV | 84.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 48 | 0 | 0.68 | 0.70 | 0.36 | 2.11 | 0.54 | 0.41 |
| Hex | A2 | 34 | 30 | 0 | 44 | 46 | 24 | 2 | 36 | 29 |
| Octal | 242 | 64 | 60 | 0 | 104 | 106 | 44 | 2 | 66 | 51 |
| Binary | 10100010 | 110100 | 110000 | 0 | 1000100 | 1000110 | 100100 | 10 | 110110 | 101001 |
Color Harmonies of #A23430
Complementary color
Monochromatic Colors of #A23430
Black with #A23430
Text Example
Text Example
White with #A23430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23430; }
p { color: rgb(162,52,48); }
H1.HeaderClassName
{
color: #A23430;
}
.AnyTagClassName
{
color: #A23430;
}
</style>
background-color css
<style>
a { background-color: #A23430; }
a { background-color: rgb(162,52,48); }
div.DivClassName
{
background-color: #A23430;
}
.BgClassName
{
background-color: #A23430;
}
</style>
border-color css
<style>
span { border-color: #A23430; }
span { border-color: rgb(162,52,48); }
td.TdClassName
{
border-color: #A23430;
}
.TagClassName
{
border-color: #A23430;
}
</style>