Shades of Rust #AC4813
Tints of Rust #AC4813
RGB
CMYK
RGB Variations
Color information
#AC4813 (or 0xAC4813) is known color: Rust. HEX triplet: AC, 48 and 13. RGB value is (172,72,19). Sum of RGB (Red+Green+Blue) = 172+72+19=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4813 is #53B7EC. Grayscale: #606060. Windows color (decimal): -5486573 or 1263788. OLE color: 1263788.
HSL color Cylindrical-coordinate representation of color #AC4813: hue angle of 20.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC4813 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.33 |
| HSL | 20.78º | 0.8% | 0.37% | - |
| HSV(B) | 20.78º | 0.89% | 0.67% | - |
| XYZ | 19.45 | 13.45 | 2.19 | - |
| YUV | 95.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 19 | 0 | 0.58 | 0.89 | 0.33 | 20.78 | 0.8 | 0.37 |
| Hex | AC | 48 | 13 | 0 | 3A | 59 | 21 | 15 | 50 | 25 |
| Octal | 254 | 110 | 23 | 0 | 72 | 131 | 41 | 25 | 120 | 45 |
| Binary | 10101100 | 1001000 | 10011 | 0 | 111010 | 1011001 | 100001 | 10101 | 1010000 | 100101 |
Color Harmonies of #AC4813
Complementary color
Monochromatic Colors of #AC4813
Black with #AC4813
Text Example
Text Example
White with #AC4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4813; }
p { color: rgb(172,72,19); }
H1.HeaderClassName
{
color: #AC4813;
}
.AnyTagClassName
{
color: #AC4813;
}
</style>
background-color css
<style>
a { background-color: #AC4813; }
a { background-color: rgb(172,72,19); }
div.DivClassName
{
background-color: #AC4813;
}
.BgClassName
{
background-color: #AC4813;
}
</style>
border-color css
<style>
span { border-color: #AC4813; }
span { border-color: rgb(172,72,19); }
td.TdClassName
{
border-color: #AC4813;
}
.TagClassName
{
border-color: #AC4813;
}
</style>