Shades of Rust #AC3714
Tints of Rust #AC3714
RGB
CMYK
RGB Variations
Color information
#AC3714 (or 0xAC3714) is known color: Rust. HEX triplet: AC, 37 and 14. RGB value is (172,55,20). Sum of RGB (Red+Green+Blue) = 172+55+20=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3714 is #53C8EB. Grayscale: #565656. Windows color (decimal): -5490924 or 1324972. OLE color: 1324972.
HSL color Cylindrical-coordinate representation of color #AC3714: hue angle of 13.82º 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 #AC3714 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 20 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.33 |
| HSL | 13.82º | 0.79% | 0.38% | - |
| HSV(B) | 13.82º | 0.88% | 0.67% | - |
| XYZ | 18.51 | 11.55 | 1.92 | - |
| YUV | 85.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 20 | 0 | 0.68 | 0.88 | 0.33 | 13.82 | 0.79 | 0.38 |
| Hex | AC | 37 | 14 | 0 | 44 | 58 | 21 | E | 4F | 26 |
| Octal | 254 | 67 | 24 | 0 | 104 | 130 | 41 | 16 | 117 | 46 |
| Binary | 10101100 | 110111 | 10100 | 0 | 1000100 | 1011000 | 100001 | 1110 | 1001111 | 100110 |
Color Harmonies of #AC3714
Complementary color
Monochromatic Colors of #AC3714
Black with #AC3714
Text Example
Text Example
White with #AC3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3714; }
p { color: rgb(172,55,20); }
H1.HeaderClassName
{
color: #AC3714;
}
.AnyTagClassName
{
color: #AC3714;
}
</style>
background-color css
<style>
a { background-color: #AC3714; }
a { background-color: rgb(172,55,20); }
div.DivClassName
{
background-color: #AC3714;
}
.BgClassName
{
background-color: #AC3714;
}
</style>
border-color css
<style>
span { border-color: #AC3714; }
span { border-color: rgb(172,55,20); }
td.TdClassName
{
border-color: #AC3714;
}
.TagClassName
{
border-color: #AC3714;
}
</style>