Shades of Rust #AC5013
Tints of Rust #AC5013
RGB
CMYK
RGB Variations
Color information
#AC5013 (or 0xAC5013) is known color: Rust. HEX triplet: AC, 50 and 13. RGB value is (172,80,19). Sum of RGB (Red+Green+Blue) = 172+80+19=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5013 is #53AFEC. Grayscale: #646464. Windows color (decimal): -5484525 or 1265836. OLE color: 1265836.
HSL color Cylindrical-coordinate representation of color #AC5013: hue angle of 23.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC5013 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.33 |
| HSL | 23.92º | 0.8% | 0.37% | - |
| HSV(B) | 23.92º | 0.89% | 0.67% | - |
| XYZ | 20 | 14.56 | 2.37 | - |
| YUV | 100.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 19 | 0 | 0.53 | 0.89 | 0.33 | 23.92 | 0.8 | 0.37 |
| Hex | AC | 50 | 13 | 0 | 35 | 59 | 21 | 18 | 50 | 25 |
| Octal | 254 | 120 | 23 | 0 | 65 | 131 | 41 | 30 | 120 | 45 |
| Binary | 10101100 | 1010000 | 10011 | 0 | 110101 | 1011001 | 100001 | 11000 | 1010000 | 100101 |
Color Harmonies of #AC5013
Complementary color
Monochromatic Colors of #AC5013
Black with #AC5013
Text Example
Text Example
White with #AC5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5013; }
p { color: rgb(172,80,19); }
H1.HeaderClassName
{
color: #AC5013;
}
.AnyTagClassName
{
color: #AC5013;
}
</style>
background-color css
<style>
a { background-color: #AC5013; }
a { background-color: rgb(172,80,19); }
div.DivClassName
{
background-color: #AC5013;
}
.BgClassName
{
background-color: #AC5013;
}
</style>
border-color css
<style>
span { border-color: #AC5013; }
span { border-color: rgb(172,80,19); }
td.TdClassName
{
border-color: #AC5013;
}
.TagClassName
{
border-color: #AC5013;
}
</style>