Shades of Rust #AC440E
Tints of Rust #AC440E
RGB
CMYK
RGB Variations
Color information
#AC440E (or 0xAC440E) is known color: Rust. HEX triplet: AC, 44 and 0E. RGB value is (172,68,14). Sum of RGB (Red+Green+Blue) = 172+68+14=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC440E is #53BBF1. Grayscale: #5D5D5D. Windows color (decimal): -5487602 or 935084. OLE color: 935084.
HSL color Cylindrical-coordinate representation of color #AC440E: hue angle of 20.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC440E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.33 |
| HSL | 20.51º | 0.85% | 0.36% | - |
| HSV(B) | 20.51º | 0.92% | 0.67% | - |
| XYZ | 19.16 | 12.94 | 1.9 | - |
| YUV | 92.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 14 | 0 | 0.60 | 0.92 | 0.33 | 20.51 | 0.85 | 0.36 |
| Hex | AC | 44 | E | 0 | 3C | 5C | 21 | 15 | 55 | 24 |
| Octal | 254 | 104 | 16 | 0 | 74 | 134 | 41 | 25 | 125 | 44 |
| Binary | 10101100 | 1000100 | 1110 | 0 | 111100 | 1011100 | 100001 | 10101 | 1010101 | 100100 |
Color Harmonies of #AC440E
Complementary color
Monochromatic Colors of #AC440E
Black with #AC440E
Text Example
Text Example
White with #AC440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC440E; }
p { color: rgb(172,68,14); }
H1.HeaderClassName
{
color: #AC440E;
}
.AnyTagClassName
{
color: #AC440E;
}
</style>
background-color css
<style>
a { background-color: #AC440E; }
a { background-color: rgb(172,68,14); }
div.DivClassName
{
background-color: #AC440E;
}
.BgClassName
{
background-color: #AC440E;
}
</style>
border-color css
<style>
span { border-color: #AC440E; }
span { border-color: rgb(172,68,14); }
td.TdClassName
{
border-color: #AC440E;
}
.TagClassName
{
border-color: #AC440E;
}
</style>