Shades of Rust #AC5113
Tints of Rust #AC5113
RGB
CMYK
RGB Variations
Color information
#AC5113 (or 0xAC5113) is known color: Rust. HEX triplet: AC, 51 and 13. RGB value is (172,81,19). Sum of RGB (Red+Green+Blue) = 172+81+19=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5113 is #53AEEC. Grayscale: #656565. Windows color (decimal): -5484269 or 1266092. OLE color: 1266092.
HSL color Cylindrical-coordinate representation of color #AC5113: hue angle of 24.31º 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 #AC5113 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.33 |
| HSL | 24.31º | 0.8% | 0.37% | - |
| HSV(B) | 24.31º | 0.89% | 0.67% | - |
| XYZ | 20.07 | 14.7 | 2.4 | - |
| YUV | 101.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 19 | 0 | 0.53 | 0.89 | 0.33 | 24.31 | 0.8 | 0.37 |
| Hex | AC | 51 | 13 | 0 | 35 | 59 | 21 | 18 | 50 | 25 |
| Octal | 254 | 121 | 23 | 0 | 65 | 131 | 41 | 30 | 120 | 45 |
| Binary | 10101100 | 1010001 | 10011 | 0 | 110101 | 1011001 | 100001 | 11000 | 1010000 | 100101 |
Color Harmonies of #AC5113
Complementary color
Monochromatic Colors of #AC5113
Black with #AC5113
Text Example
Text Example
White with #AC5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5113; }
p { color: rgb(172,81,19); }
H1.HeaderClassName
{
color: #AC5113;
}
.AnyTagClassName
{
color: #AC5113;
}
</style>
background-color css
<style>
a { background-color: #AC5113; }
a { background-color: rgb(172,81,19); }
div.DivClassName
{
background-color: #AC5113;
}
.BgClassName
{
background-color: #AC5113;
}
</style>
border-color css
<style>
span { border-color: #AC5113; }
span { border-color: rgb(172,81,19); }
td.TdClassName
{
border-color: #AC5113;
}
.TagClassName
{
border-color: #AC5113;
}
</style>