Shades of Rust #AC4415
Tints of Rust #AC4415
RGB
CMYK
RGB Variations
Color information
#AC4415 (or 0xAC4415) is known color: Rust. HEX triplet: AC, 44 and 15. RGB value is (172,68,21). Sum of RGB (Red+Green+Blue) = 172+68+21=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4415 is #53BBEA. Grayscale: #5E5E5E. Windows color (decimal): -5487595 or 1393836. OLE color: 1393836.
HSL color Cylindrical-coordinate representation of color #AC4415: hue angle of 18.68º 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 #AC4415 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 21 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.33 |
| HSL | 18.68º | 0.78% | 0.38% | - |
| HSV(B) | 18.68º | 0.88% | 0.67% | - |
| XYZ | 19.22 | 12.96 | 2.2 | - |
| YUV | 93.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 21 | 0 | 0.60 | 0.88 | 0.33 | 18.68 | 0.78 | 0.38 |
| Hex | AC | 44 | 15 | 0 | 3C | 58 | 21 | 13 | 4E | 26 |
| Octal | 254 | 104 | 25 | 0 | 74 | 130 | 41 | 23 | 116 | 46 |
| Binary | 10101100 | 1000100 | 10101 | 0 | 111100 | 1011000 | 100001 | 10011 | 1001110 | 100110 |
Color Harmonies of #AC4415
Complementary color
Monochromatic Colors of #AC4415
Black with #AC4415
Text Example
Text Example
White with #AC4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4415; }
p { color: rgb(172,68,21); }
H1.HeaderClassName
{
color: #AC4415;
}
.AnyTagClassName
{
color: #AC4415;
}
</style>
background-color css
<style>
a { background-color: #AC4415; }
a { background-color: rgb(172,68,21); }
div.DivClassName
{
background-color: #AC4415;
}
.BgClassName
{
background-color: #AC4415;
}
</style>
border-color css
<style>
span { border-color: #AC4415; }
span { border-color: rgb(172,68,21); }
td.TdClassName
{
border-color: #AC4415;
}
.TagClassName
{
border-color: #AC4415;
}
</style>