Shades of Milano Red #A23932
Tints of Milano Red #A23932
RGB
CMYK
RGB Variations
Color information
#A23932 (or 0xA23932) is known color: Milano Red. HEX triplet: A2, 39 and 32. RGB value is (162,57,50). Sum of RGB (Red+Green+Blue) = 162+57+50=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A23932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23932 is #5DC6CD. Grayscale: #575757. Windows color (decimal): -6145742 or 3291554. OLE color: 3291554.
HSL color Cylindrical-coordinate representation of color #A23932: hue angle of 3.75º 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 #A23932 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 50 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.36 |
| HSL | 3.75º | 0.53% | 0.42% | - |
| HSV(B) | 3.75º | 0.69% | 0.64% | - |
| XYZ | 16.94 | 10.84 | 4.22 | - |
| YUV | 87.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 50 | 0 | 0.65 | 0.69 | 0.36 | 3.75 | 0.53 | 0.42 |
| Hex | A2 | 39 | 32 | 0 | 41 | 45 | 24 | 4 | 35 | 2A |
| Octal | 242 | 71 | 62 | 0 | 101 | 105 | 44 | 4 | 65 | 52 |
| Binary | 10100010 | 111001 | 110010 | 0 | 1000001 | 1000101 | 100100 | 100 | 110101 | 101010 |
Color Harmonies of #A23932
Complementary color
Monochromatic Colors of #A23932
Black with #A23932
Text Example
Text Example
White with #A23932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23932; }
p { color: rgb(162,57,50); }
H1.HeaderClassName
{
color: #A23932;
}
.AnyTagClassName
{
color: #A23932;
}
</style>
background-color css
<style>
a { background-color: #A23932; }
a { background-color: rgb(162,57,50); }
div.DivClassName
{
background-color: #A23932;
}
.BgClassName
{
background-color: #A23932;
}
</style>
border-color css
<style>
span { border-color: #A23932; }
span { border-color: rgb(162,57,50); }
td.TdClassName
{
border-color: #A23932;
}
.TagClassName
{
border-color: #A23932;
}
</style>