Shades of Rust #AC4511
Tints of Rust #AC4511
RGB
CMYK
RGB Variations
Color information
#AC4511 (or 0xAC4511) is known color: Rust. HEX triplet: AC, 45 and 11. RGB value is (172,69,17). Sum of RGB (Red+Green+Blue) = 172+69+17=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4511 is #53BAEE. Grayscale: #5E5E5E. Windows color (decimal): -5487343 or 1131948. OLE color: 1131948.
HSL color Cylindrical-coordinate representation of color #AC4511: hue angle of 20.13º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4511 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 17 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.33 |
| HSL | 20.13º | 0.82% | 0.37% | - |
| HSV(B) | 20.13º | 0.9% | 0.67% | - |
| XYZ | 19.24 | 13.07 | 2.04 | - |
| YUV | 93.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 17 | 0 | 0.60 | 0.90 | 0.33 | 20.13 | 0.82 | 0.37 |
| Hex | AC | 45 | 11 | 0 | 3C | 5A | 21 | 14 | 52 | 25 |
| Octal | 254 | 105 | 21 | 0 | 74 | 132 | 41 | 24 | 122 | 45 |
| Binary | 10101100 | 1000101 | 10001 | 0 | 111100 | 1011010 | 100001 | 10100 | 1010010 | 100101 |
Color Harmonies of #AC4511
Complementary color
Monochromatic Colors of #AC4511
Black with #AC4511
Text Example
Text Example
White with #AC4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4511; }
p { color: rgb(172,69,17); }
H1.HeaderClassName
{
color: #AC4511;
}
.AnyTagClassName
{
color: #AC4511;
}
</style>
background-color css
<style>
a { background-color: #AC4511; }
a { background-color: rgb(172,69,17); }
div.DivClassName
{
background-color: #AC4511;
}
.BgClassName
{
background-color: #AC4511;
}
</style>
border-color css
<style>
span { border-color: #AC4511; }
span { border-color: rgb(172,69,17); }
td.TdClassName
{
border-color: #AC4511;
}
.TagClassName
{
border-color: #AC4511;
}
</style>