Shades of Rust #AC3D1C
Tints of Rust #AC3D1C
RGB
CMYK
RGB Variations
Color information
#AC3D1C (or 0xAC3D1C) is known color: Rust. HEX triplet: AC, 3D and 1C. RGB value is (172,61,28). Sum of RGB (Red+Green+Blue) = 172+61+28=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D1C is #53C2E3. Grayscale: #5A5A5A. Windows color (decimal): -5489380 or 1850796. OLE color: 1850796.
HSL color Cylindrical-coordinate representation of color #AC3D1C: hue angle of 13.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC3D1C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 28 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.33 |
| HSL | 13.75º | 0.72% | 0.39% | - |
| HSV(B) | 13.75º | 0.84% | 0.67% | - |
| XYZ | 18.89 | 12.19 | 2.46 | - |
| YUV | 90.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 28 | 0 | 0.65 | 0.84 | 0.33 | 13.75 | 0.72 | 0.39 |
| Hex | AC | 3D | 1C | 0 | 41 | 54 | 21 | E | 48 | 27 |
| Octal | 254 | 75 | 34 | 0 | 101 | 124 | 41 | 16 | 110 | 47 |
| Binary | 10101100 | 111101 | 11100 | 0 | 1000001 | 1010100 | 100001 | 1110 | 1001000 | 100111 |
Color Harmonies of #AC3D1C
Complementary color
Monochromatic Colors of #AC3D1C
Black with #AC3D1C
Text Example
Text Example
White with #AC3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D1C; }
p { color: rgb(172,61,28); }
H1.HeaderClassName
{
color: #AC3D1C;
}
.AnyTagClassName
{
color: #AC3D1C;
}
</style>
background-color css
<style>
a { background-color: #AC3D1C; }
a { background-color: rgb(172,61,28); }
div.DivClassName
{
background-color: #AC3D1C;
}
.BgClassName
{
background-color: #AC3D1C;
}
</style>
border-color css
<style>
span { border-color: #AC3D1C; }
span { border-color: rgb(172,61,28); }
td.TdClassName
{
border-color: #AC3D1C;
}
.TagClassName
{
border-color: #AC3D1C;
}
</style>