Shades of Rust #AC4815
Tints of Rust #AC4815
RGB
CMYK
RGB Variations
Color information
#AC4815 (or 0xAC4815) is known color: Rust. HEX triplet: AC, 48 and 15. RGB value is (172,72,21). Sum of RGB (Red+Green+Blue) = 172+72+21=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4815 is #53B7EA. Grayscale: #606060. Windows color (decimal): -5486571 or 1394860. OLE color: 1394860.
HSL color Cylindrical-coordinate representation of color #AC4815: hue angle of 20.26º degrees, saturation: 0.78, 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 #AC4815 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 21 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.33 |
| HSL | 20.26º | 0.78% | 0.38% | - |
| HSV(B) | 20.26º | 0.88% | 0.67% | - |
| XYZ | 19.47 | 13.46 | 2.28 | - |
| YUV | 96.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 21 | 0 | 0.58 | 0.88 | 0.33 | 20.26 | 0.78 | 0.38 |
| Hex | AC | 48 | 15 | 0 | 3A | 58 | 21 | 14 | 4E | 26 |
| Octal | 254 | 110 | 25 | 0 | 72 | 130 | 41 | 24 | 116 | 46 |
| Binary | 10101100 | 1001000 | 10101 | 0 | 111010 | 1011000 | 100001 | 10100 | 1001110 | 100110 |
Color Harmonies of #AC4815
Complementary color
Monochromatic Colors of #AC4815
Black with #AC4815
Text Example
Text Example
White with #AC4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4815; }
p { color: rgb(172,72,21); }
H1.HeaderClassName
{
color: #AC4815;
}
.AnyTagClassName
{
color: #AC4815;
}
</style>
background-color css
<style>
a { background-color: #AC4815; }
a { background-color: rgb(172,72,21); }
div.DivClassName
{
background-color: #AC4815;
}
.BgClassName
{
background-color: #AC4815;
}
</style>
border-color css
<style>
span { border-color: #AC4815; }
span { border-color: rgb(172,72,21); }
td.TdClassName
{
border-color: #AC4815;
}
.TagClassName
{
border-color: #AC4815;
}
</style>