Shades of Rust #AC4818
Tints of Rust #AC4818
RGB
CMYK
RGB Variations
Color information
#AC4818 (or 0xAC4818) is known color: Rust. HEX triplet: AC, 48 and 18. RGB value is (172,72,24). Sum of RGB (Red+Green+Blue) = 172+72+24=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4818 is #53B7E7. Grayscale: #606060. Windows color (decimal): -5486568 or 1591468. OLE color: 1591468.
HSL color Cylindrical-coordinate representation of color #AC4818: hue angle of 19.46º 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 #AC4818 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 24 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.33 |
| HSL | 19.46º | 0.76% | 0.38% | - |
| HSV(B) | 19.46º | 0.86% | 0.67% | - |
| XYZ | 19.5 | 13.47 | 2.44 | - |
| YUV | 96.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 24 | 0 | 0.58 | 0.86 | 0.33 | 19.46 | 0.76 | 0.38 |
| Hex | AC | 48 | 18 | 0 | 3A | 56 | 21 | 13 | 4C | 26 |
| Octal | 254 | 110 | 30 | 0 | 72 | 126 | 41 | 23 | 114 | 46 |
| Binary | 10101100 | 1001000 | 11000 | 0 | 111010 | 1010110 | 100001 | 10011 | 1001100 | 100110 |
Color Harmonies of #AC4818
Complementary color
Monochromatic Colors of #AC4818
Black with #AC4818
Text Example
Text Example
White with #AC4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4818; }
p { color: rgb(172,72,24); }
H1.HeaderClassName
{
color: #AC4818;
}
.AnyTagClassName
{
color: #AC4818;
}
</style>
background-color css
<style>
a { background-color: #AC4818; }
a { background-color: rgb(172,72,24); }
div.DivClassName
{
background-color: #AC4818;
}
.BgClassName
{
background-color: #AC4818;
}
</style>
border-color css
<style>
span { border-color: #AC4818; }
span { border-color: rgb(172,72,24); }
td.TdClassName
{
border-color: #AC4818;
}
.TagClassName
{
border-color: #AC4818;
}
</style>