Shades of Rust #AC3614
Tints of Rust #AC3614
RGB
CMYK
RGB Variations
Color information
#AC3614 (or 0xAC3614) is known color: Rust. HEX triplet: AC, 36 and 14. RGB value is (172,54,20). Sum of RGB (Red+Green+Blue) = 172+54+20=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3614 is #53C9EB. Grayscale: #555555. Windows color (decimal): -5491180 or 1324716. OLE color: 1324716.
HSL color Cylindrical-coordinate representation of color #AC3614: hue angle of 13.42º degrees, saturation: 0.79, 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 #AC3614 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 20 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.33 |
| HSL | 13.42º | 0.79% | 0.38% | - |
| HSV(B) | 13.42º | 0.88% | 0.67% | - |
| XYZ | 18.46 | 11.46 | 1.9 | - |
| YUV | 85.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 20 | 0 | 0.69 | 0.88 | 0.33 | 13.42 | 0.79 | 0.38 |
| Hex | AC | 36 | 14 | 0 | 45 | 58 | 21 | D | 4F | 26 |
| Octal | 254 | 66 | 24 | 0 | 105 | 130 | 41 | 15 | 117 | 46 |
| Binary | 10101100 | 110110 | 10100 | 0 | 1000101 | 1011000 | 100001 | 1101 | 1001111 | 100110 |
Color Harmonies of #AC3614
Complementary color
Monochromatic Colors of #AC3614
Black with #AC3614
Text Example
Text Example
White with #AC3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3614; }
p { color: rgb(172,54,20); }
H1.HeaderClassName
{
color: #AC3614;
}
.AnyTagClassName
{
color: #AC3614;
}
</style>
background-color css
<style>
a { background-color: #AC3614; }
a { background-color: rgb(172,54,20); }
div.DivClassName
{
background-color: #AC3614;
}
.BgClassName
{
background-color: #AC3614;
}
</style>
border-color css
<style>
span { border-color: #AC3614; }
span { border-color: rgb(172,54,20); }
td.TdClassName
{
border-color: #AC3614;
}
.TagClassName
{
border-color: #AC3614;
}
</style>