Shades of Milano Red #A83230
Tints of Milano Red #A83230
RGB
CMYK
RGB Variations
Color information
#A83230 (or 0xA83230) is known color: Milano Red. HEX triplet: A8, 32 and 30. RGB value is (168,50,48). Sum of RGB (Red+Green+Blue) = 168+50+48=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A83230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83230 is #57CDCF. Grayscale: #555555. Windows color (decimal): -5754320 or 3158696. OLE color: 3158696.
HSL color Cylindrical-coordinate representation of color #A83230: hue angle of 1º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83230 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 48 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.34 |
| HSL | 1º | 0.56% | 0.42% | - |
| HSV(B) | 1º | 0.71% | 0.66% | - |
| XYZ | 17.82 | 10.82 | 3.95 | - |
| YUV | 85.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 48 | 0 | 0.70 | 0.71 | 0.34 | 1 | 0.56 | 0.42 |
| Hex | A8 | 32 | 30 | 0 | 46 | 47 | 22 | 1 | 38 | 2A |
| Octal | 250 | 62 | 60 | 0 | 106 | 107 | 42 | 1 | 70 | 52 |
| Binary | 10101000 | 110010 | 110000 | 0 | 1000110 | 1000111 | 100010 | 1 | 111000 | 101010 |
Color Harmonies of #A83230
Complementary color
Monochromatic Colors of #A83230
Black with #A83230
Text Example
Text Example
White with #A83230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83230; }
p { color: rgb(168,50,48); }
H1.HeaderClassName
{
color: #A83230;
}
.AnyTagClassName
{
color: #A83230;
}
</style>
background-color css
<style>
a { background-color: #A83230; }
a { background-color: rgb(168,50,48); }
div.DivClassName
{
background-color: #A83230;
}
.BgClassName
{
background-color: #A83230;
}
</style>
border-color css
<style>
span { border-color: #A83230; }
span { border-color: rgb(168,50,48); }
td.TdClassName
{
border-color: #A83230;
}
.TagClassName
{
border-color: #A83230;
}
</style>