Shades of Rust #AC3D18
Tints of Rust #AC3D18
RGB
CMYK
RGB Variations
Color information
#AC3D18 (or 0xAC3D18) is known color: Rust. HEX triplet: AC, 3D and 18. RGB value is (172,61,24). Sum of RGB (Red+Green+Blue) = 172+61+24=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D18 is #53C2E7. Grayscale: #5A5A5A. Windows color (decimal): -5489384 or 1588652. OLE color: 1588652.
HSL color Cylindrical-coordinate representation of color #AC3D18: hue angle of 15º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC3D18 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 24 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.33 |
| HSL | 15º | 0.76% | 0.38% | - |
| HSV(B) | 15º | 0.86% | 0.67% | - |
| XYZ | 18.85 | 12.17 | 2.22 | - |
| YUV | 89.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 24 | 0 | 0.65 | 0.86 | 0.33 | 15 | 0.76 | 0.38 |
| Hex | AC | 3D | 18 | 0 | 41 | 56 | 21 | F | 4C | 26 |
| Octal | 254 | 75 | 30 | 0 | 101 | 126 | 41 | 17 | 114 | 46 |
| Binary | 10101100 | 111101 | 11000 | 0 | 1000001 | 1010110 | 100001 | 1111 | 1001100 | 100110 |
Color Harmonies of #AC3D18
Complementary color
Monochromatic Colors of #AC3D18
Black with #AC3D18
Text Example
Text Example
White with #AC3D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D18; }
p { color: rgb(172,61,24); }
H1.HeaderClassName
{
color: #AC3D18;
}
.AnyTagClassName
{
color: #AC3D18;
}
</style>
background-color css
<style>
a { background-color: #AC3D18; }
a { background-color: rgb(172,61,24); }
div.DivClassName
{
background-color: #AC3D18;
}
.BgClassName
{
background-color: #AC3D18;
}
</style>
border-color css
<style>
span { border-color: #AC3D18; }
span { border-color: rgb(172,61,24); }
td.TdClassName
{
border-color: #AC3D18;
}
.TagClassName
{
border-color: #AC3D18;
}
</style>