Shades of Rust #AC4015
Tints of Rust #AC4015
RGB
CMYK
RGB Variations
Color information
#AC4015 (or 0xAC4015) is known color: Rust. HEX triplet: AC, 40 and 15. RGB value is (172,64,21). Sum of RGB (Red+Green+Blue) = 172+64+21=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4015 is #53BFEA. Grayscale: #5B5B5B. Windows color (decimal): -5488619 or 1392812. OLE color: 1392812.
HSL color Cylindrical-coordinate representation of color #AC4015: hue angle of 17.09º 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 #AC4015 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 21 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.33 |
| HSL | 17.09º | 0.78% | 0.38% | - |
| HSV(B) | 17.09º | 0.88% | 0.67% | - |
| XYZ | 18.98 | 12.49 | 2.12 | - |
| YUV | 91.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 21 | 0 | 0.63 | 0.88 | 0.33 | 17.09 | 0.78 | 0.38 |
| Hex | AC | 40 | 15 | 0 | 3F | 58 | 21 | 11 | 4E | 26 |
| Octal | 254 | 100 | 25 | 0 | 77 | 130 | 41 | 21 | 116 | 46 |
| Binary | 10101100 | 1000000 | 10101 | 0 | 111111 | 1011000 | 100001 | 10001 | 1001110 | 100110 |
Color Harmonies of #AC4015
Complementary color
Monochromatic Colors of #AC4015
Black with #AC4015
Text Example
Text Example
White with #AC4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4015; }
p { color: rgb(172,64,21); }
H1.HeaderClassName
{
color: #AC4015;
}
.AnyTagClassName
{
color: #AC4015;
}
</style>
background-color css
<style>
a { background-color: #AC4015; }
a { background-color: rgb(172,64,21); }
div.DivClassName
{
background-color: #AC4015;
}
.BgClassName
{
background-color: #AC4015;
}
</style>
border-color css
<style>
span { border-color: #AC4015; }
span { border-color: rgb(172,64,21); }
td.TdClassName
{
border-color: #AC4015;
}
.TagClassName
{
border-color: #AC4015;
}
</style>