Shades of Rust #AC3D15
Tints of Rust #AC3D15
RGB
CMYK
RGB Variations
Color information
#AC3D15 (or 0xAC3D15) is known color: Rust. HEX triplet: AC, 3D and 15. RGB value is (172,61,21). Sum of RGB (Red+Green+Blue) = 172+61+21=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D15 is #53C2EA. Grayscale: #595959. Windows color (decimal): -5489387 or 1392044. OLE color: 1392044.
HSL color Cylindrical-coordinate representation of color #AC3D15: hue angle of 15.89º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3D15 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 21 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.33 |
| HSL | 15.89º | 0.78% | 0.38% | - |
| HSV(B) | 15.89º | 0.88% | 0.67% | - |
| XYZ | 18.82 | 12.16 | 2.07 | - |
| YUV | 89.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 21 | 0 | 0.65 | 0.88 | 0.33 | 15.89 | 0.78 | 0.38 |
| Hex | AC | 3D | 15 | 0 | 41 | 58 | 21 | 10 | 4E | 26 |
| Octal | 254 | 75 | 25 | 0 | 101 | 130 | 41 | 20 | 116 | 46 |
| Binary | 10101100 | 111101 | 10101 | 0 | 1000001 | 1011000 | 100001 | 10000 | 1001110 | 100110 |
Color Harmonies of #AC3D15
Complementary color
Monochromatic Colors of #AC3D15
Black with #AC3D15
Text Example
Text Example
White with #AC3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D15; }
p { color: rgb(172,61,21); }
H1.HeaderClassName
{
color: #AC3D15;
}
.AnyTagClassName
{
color: #AC3D15;
}
</style>
background-color css
<style>
a { background-color: #AC3D15; }
a { background-color: rgb(172,61,21); }
div.DivClassName
{
background-color: #AC3D15;
}
.BgClassName
{
background-color: #AC3D15;
}
</style>
border-color css
<style>
span { border-color: #AC3D15; }
span { border-color: rgb(172,61,21); }
td.TdClassName
{
border-color: #AC3D15;
}
.TagClassName
{
border-color: #AC3D15;
}
</style>