Shades of Rust #AC3F1E
Tints of Rust #AC3F1E
RGB
CMYK
RGB Variations
Color information
#AC3F1E (or 0xAC3F1E) is known color: Rust. HEX triplet: AC, 3F and 1E. RGB value is (172,63,30). Sum of RGB (Red+Green+Blue) = 172+63+30=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F1E is #53C0E1. Grayscale: #5C5C5C. Windows color (decimal): -5488866 or 1982380. OLE color: 1982380.
HSL color Cylindrical-coordinate representation of color #AC3F1E: hue angle of 13.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC3F1E is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 30 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.33 |
| HSL | 13.94º | 0.7% | 0.4% | - |
| HSV(B) | 13.94º | 0.83% | 0.67% | - |
| XYZ | 19.03 | 12.42 | 2.62 | - |
| YUV | 91.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 30 | 0 | 0.63 | 0.83 | 0.33 | 13.94 | 0.7 | 0.4 |
| Hex | AC | 3F | 1E | 0 | 3F | 53 | 21 | E | 46 | 28 |
| Octal | 254 | 77 | 36 | 0 | 77 | 123 | 41 | 16 | 106 | 50 |
| Binary | 10101100 | 111111 | 11110 | 0 | 111111 | 1010011 | 100001 | 1110 | 1000110 | 101000 |
Color Harmonies of #AC3F1E
Complementary color
Monochromatic Colors of #AC3F1E
Black with #AC3F1E
Text Example
Text Example
White with #AC3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F1E; }
p { color: rgb(172,63,30); }
H1.HeaderClassName
{
color: #AC3F1E;
}
.AnyTagClassName
{
color: #AC3F1E;
}
</style>
background-color css
<style>
a { background-color: #AC3F1E; }
a { background-color: rgb(172,63,30); }
div.DivClassName
{
background-color: #AC3F1E;
}
.BgClassName
{
background-color: #AC3F1E;
}
</style>
border-color css
<style>
span { border-color: #AC3F1E; }
span { border-color: rgb(172,63,30); }
td.TdClassName
{
border-color: #AC3F1E;
}
.TagClassName
{
border-color: #AC3F1E;
}
</style>