Shades of Rust #AC4413
Tints of Rust #AC4413
RGB
CMYK
RGB Variations
Color information
#AC4413 (or 0xAC4413) is known color: Rust. HEX triplet: AC, 44 and 13. RGB value is (172,68,19). Sum of RGB (Red+Green+Blue) = 172+68+19=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4413 is #53BBEC. Grayscale: #5D5D5D. Windows color (decimal): -5487597 or 1262764. OLE color: 1262764.
HSL color Cylindrical-coordinate representation of color #AC4413: hue angle of 19.22º 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 #AC4413 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.33 |
| HSL | 19.22º | 0.8% | 0.37% | - |
| HSV(B) | 19.22º | 0.89% | 0.67% | - |
| XYZ | 19.2 | 12.95 | 2.1 | - |
| YUV | 93.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 19 | 0 | 0.60 | 0.89 | 0.33 | 19.22 | 0.8 | 0.37 |
| Hex | AC | 44 | 13 | 0 | 3C | 59 | 21 | 13 | 50 | 25 |
| Octal | 254 | 104 | 23 | 0 | 74 | 131 | 41 | 23 | 120 | 45 |
| Binary | 10101100 | 1000100 | 10011 | 0 | 111100 | 1011001 | 100001 | 10011 | 1010000 | 100101 |
Color Harmonies of #AC4413
Complementary color
Monochromatic Colors of #AC4413
Black with #AC4413
Text Example
Text Example
White with #AC4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4413; }
p { color: rgb(172,68,19); }
H1.HeaderClassName
{
color: #AC4413;
}
.AnyTagClassName
{
color: #AC4413;
}
</style>
background-color css
<style>
a { background-color: #AC4413; }
a { background-color: rgb(172,68,19); }
div.DivClassName
{
background-color: #AC4413;
}
.BgClassName
{
background-color: #AC4413;
}
</style>
border-color css
<style>
span { border-color: #AC4413; }
span { border-color: rgb(172,68,19); }
td.TdClassName
{
border-color: #AC4413;
}
.TagClassName
{
border-color: #AC4413;
}
</style>