Shades of Rust #AC3F0E
Tints of Rust #AC3F0E
RGB
CMYK
RGB Variations
Color information
#AC3F0E (or 0xAC3F0E) is known color: Rust. HEX triplet: AC, 3F and 0E. RGB value is (172,63,14). Sum of RGB (Red+Green+Blue) = 172+63+14=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0E is #53C0F1. Grayscale: #5A5A5A. Windows color (decimal): -5488882 or 933804. OLE color: 933804.
HSL color Cylindrical-coordinate representation of color #AC3F0E: hue angle of 18.61º 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 #AC3F0E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.33 |
| HSL | 18.61º | 0.85% | 0.36% | - |
| HSV(B) | 18.61º | 0.92% | 0.67% | - |
| XYZ | 18.87 | 12.36 | 1.81 | - |
| YUV | 90.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 14 | 0 | 0.63 | 0.92 | 0.33 | 18.61 | 0.85 | 0.36 |
| Hex | AC | 3F | E | 0 | 3F | 5C | 21 | 13 | 55 | 24 |
| Octal | 254 | 77 | 16 | 0 | 77 | 134 | 41 | 23 | 125 | 44 |
| Binary | 10101100 | 111111 | 1110 | 0 | 111111 | 1011100 | 100001 | 10011 | 1010101 | 100100 |
Color Harmonies of #AC3F0E
Complementary color
Monochromatic Colors of #AC3F0E
Black with #AC3F0E
Text Example
Text Example
White with #AC3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F0E; }
p { color: rgb(172,63,14); }
H1.HeaderClassName
{
color: #AC3F0E;
}
.AnyTagClassName
{
color: #AC3F0E;
}
</style>
background-color css
<style>
a { background-color: #AC3F0E; }
a { background-color: rgb(172,63,14); }
div.DivClassName
{
background-color: #AC3F0E;
}
.BgClassName
{
background-color: #AC3F0E;
}
</style>
border-color css
<style>
span { border-color: #AC3F0E; }
span { border-color: rgb(172,63,14); }
td.TdClassName
{
border-color: #AC3F0E;
}
.TagClassName
{
border-color: #AC3F0E;
}
</style>