Shades of Rust #AC4518
Tints of Rust #AC4518
RGB
CMYK
RGB Variations
Color information
#AC4518 (or 0xAC4518) is known color: Rust. HEX triplet: AC, 45 and 18. RGB value is (172,69,24). Sum of RGB (Red+Green+Blue) = 172+69+24=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4518 is #53BAE7. Grayscale: #5E5E5E. Windows color (decimal): -5487336 or 1590700. OLE color: 1590700.
HSL color Cylindrical-coordinate representation of color #AC4518: hue angle of 18.24º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC4518 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 24 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.33 |
| HSL | 18.24º | 0.76% | 0.38% | - |
| HSV(B) | 18.24º | 0.86% | 0.67% | - |
| XYZ | 19.31 | 13.09 | 2.37 | - |
| YUV | 94.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 24 | 0 | 0.60 | 0.86 | 0.33 | 18.24 | 0.76 | 0.38 |
| Hex | AC | 45 | 18 | 0 | 3C | 56 | 21 | 12 | 4C | 26 |
| Octal | 254 | 105 | 30 | 0 | 74 | 126 | 41 | 22 | 114 | 46 |
| Binary | 10101100 | 1000101 | 11000 | 0 | 111100 | 1010110 | 100001 | 10010 | 1001100 | 100110 |
Color Harmonies of #AC4518
Complementary color
Monochromatic Colors of #AC4518
Black with #AC4518
Text Example
Text Example
White with #AC4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4518; }
p { color: rgb(172,69,24); }
H1.HeaderClassName
{
color: #AC4518;
}
.AnyTagClassName
{
color: #AC4518;
}
</style>
background-color css
<style>
a { background-color: #AC4518; }
a { background-color: rgb(172,69,24); }
div.DivClassName
{
background-color: #AC4518;
}
.BgClassName
{
background-color: #AC4518;
}
</style>
border-color css
<style>
span { border-color: #AC4518; }
span { border-color: rgb(172,69,24); }
td.TdClassName
{
border-color: #AC4518;
}
.TagClassName
{
border-color: #AC4518;
}
</style>