Shades of Rust #AC4A13
Tints of Rust #AC4A13
RGB
CMYK
RGB Variations
Color information
#AC4A13 (or 0xAC4A13) is known color: Rust. HEX triplet: AC, 4A and 13. RGB value is (172,74,19). Sum of RGB (Red+Green+Blue) = 172+74+19=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A13 is #53B5EC. Grayscale: #616161. Windows color (decimal): -5486061 or 1264300. OLE color: 1264300.
HSL color Cylindrical-coordinate representation of color #AC4A13: hue angle of 21.57º 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 #AC4A13 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 19 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.33 |
| HSL | 21.57º | 0.8% | 0.37% | - |
| HSV(B) | 21.57º | 0.89% | 0.67% | - |
| XYZ | 19.58 | 13.72 | 2.23 | - |
| YUV | 97.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 19 | 0 | 0.57 | 0.89 | 0.33 | 21.57 | 0.8 | 0.37 |
| Hex | AC | 4A | 13 | 0 | 39 | 59 | 21 | 16 | 50 | 25 |
| Octal | 254 | 112 | 23 | 0 | 71 | 131 | 41 | 26 | 120 | 45 |
| Binary | 10101100 | 1001010 | 10011 | 0 | 111001 | 1011001 | 100001 | 10110 | 1010000 | 100101 |
Color Harmonies of #AC4A13
Complementary color
Monochromatic Colors of #AC4A13
Black with #AC4A13
Text Example
Text Example
White with #AC4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A13; }
p { color: rgb(172,74,19); }
H1.HeaderClassName
{
color: #AC4A13;
}
.AnyTagClassName
{
color: #AC4A13;
}
</style>
background-color css
<style>
a { background-color: #AC4A13; }
a { background-color: rgb(172,74,19); }
div.DivClassName
{
background-color: #AC4A13;
}
.BgClassName
{
background-color: #AC4A13;
}
</style>
border-color css
<style>
span { border-color: #AC4A13; }
span { border-color: rgb(172,74,19); }
td.TdClassName
{
border-color: #AC4A13;
}
.TagClassName
{
border-color: #AC4A13;
}
</style>