Shades of Rust #AC3D1E
Tints of Rust #AC3D1E
RGB
CMYK
RGB Variations
Color information
#AC3D1E (or 0xAC3D1E) is known color: Rust. HEX triplet: AC, 3D and 1E. RGB value is (172,61,30). Sum of RGB (Red+Green+Blue) = 172+61+30=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D1E is #53C2E1. Grayscale: #5A5A5A. Windows color (decimal): -5489378 or 1981868. OLE color: 1981868.
HSL color Cylindrical-coordinate representation of color #AC3D1E: hue angle of 13.1º 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 #AC3D1E is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 30 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.33 |
| HSL | 13.1º | 0.7% | 0.4% | - |
| HSV(B) | 13.1º | 0.83% | 0.67% | - |
| XYZ | 18.92 | 12.2 | 2.59 | - |
| YUV | 90.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 30 | 0 | 0.65 | 0.83 | 0.33 | 13.1 | 0.7 | 0.4 |
| Hex | AC | 3D | 1E | 0 | 41 | 53 | 21 | D | 46 | 28 |
| Octal | 254 | 75 | 36 | 0 | 101 | 123 | 41 | 15 | 106 | 50 |
| Binary | 10101100 | 111101 | 11110 | 0 | 1000001 | 1010011 | 100001 | 1101 | 1000110 | 101000 |
Color Harmonies of #AC3D1E
Complementary color
Monochromatic Colors of #AC3D1E
Black with #AC3D1E
Text Example
Text Example
White with #AC3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D1E; }
p { color: rgb(172,61,30); }
H1.HeaderClassName
{
color: #AC3D1E;
}
.AnyTagClassName
{
color: #AC3D1E;
}
</style>
background-color css
<style>
a { background-color: #AC3D1E; }
a { background-color: rgb(172,61,30); }
div.DivClassName
{
background-color: #AC3D1E;
}
.BgClassName
{
background-color: #AC3D1E;
}
</style>
border-color css
<style>
span { border-color: #AC3D1E; }
span { border-color: rgb(172,61,30); }
td.TdClassName
{
border-color: #AC3D1E;
}
.TagClassName
{
border-color: #AC3D1E;
}
</style>