Shades of Rust #AC4814
Tints of Rust #AC4814
RGB
CMYK
RGB Variations
Color information
#AC4814 (or 0xAC4814) is known color: Rust. HEX triplet: AC, 48 and 14. RGB value is (172,72,20). Sum of RGB (Red+Green+Blue) = 172+72+20=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4814 is #53B7EB. Grayscale: #606060. Windows color (decimal): -5486572 or 1329324. OLE color: 1329324.
HSL color Cylindrical-coordinate representation of color #AC4814: hue angle of 20.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC4814 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.33 |
| HSL | 20.53º | 0.79% | 0.38% | - |
| HSV(B) | 20.53º | 0.88% | 0.67% | - |
| XYZ | 19.46 | 13.46 | 2.23 | - |
| YUV | 95.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 20 | 0 | 0.58 | 0.88 | 0.33 | 20.53 | 0.79 | 0.38 |
| Hex | AC | 48 | 14 | 0 | 3A | 58 | 21 | 15 | 4F | 26 |
| Octal | 254 | 110 | 24 | 0 | 72 | 130 | 41 | 25 | 117 | 46 |
| Binary | 10101100 | 1001000 | 10100 | 0 | 111010 | 1011000 | 100001 | 10101 | 1001111 | 100110 |
Color Harmonies of #AC4814
Complementary color
Monochromatic Colors of #AC4814
Black with #AC4814
Text Example
Text Example
White with #AC4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4814; }
p { color: rgb(172,72,20); }
H1.HeaderClassName
{
color: #AC4814;
}
.AnyTagClassName
{
color: #AC4814;
}
</style>
background-color css
<style>
a { background-color: #AC4814; }
a { background-color: rgb(172,72,20); }
div.DivClassName
{
background-color: #AC4814;
}
.BgClassName
{
background-color: #AC4814;
}
</style>
border-color css
<style>
span { border-color: #AC4814; }
span { border-color: rgb(172,72,20); }
td.TdClassName
{
border-color: #AC4814;
}
.TagClassName
{
border-color: #AC4814;
}
</style>