Shades of Rust #AC3500
Tints of Rust #AC3500
RGB
CMYK
RGB Variations
Color information
#AC3500 (or 0xAC3500) is known color: Rust. HEX triplet: AC, 35 and 00. RGB value is (172,53,0). Sum of RGB (Red+Green+Blue) = 172+53+0=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3500 is #53CAFF. Grayscale: #525252. Windows color (decimal): -5491456 or 13740. OLE color: 13740.
HSL color Cylindrical-coordinate representation of color #AC3500: hue angle of 18.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC3500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.33 |
| HSL | 18.49º | 1% | 0.34% | - |
| HSV(B) | 18.49º | 1% | 0.67% | - |
| XYZ | 18.29 | 11.32 | 1.22 | - |
| YUV | 82.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 0 | 0 | 0.69 | 1 | 0.33 | 18.49 | 1 | 0.34 |
| Hex | AC | 35 | 0 | 0 | 45 | 64 | 21 | 12 | 64 | 22 |
| Octal | 254 | 65 | 0 | 0 | 105 | 144 | 41 | 22 | 144 | 42 |
| Binary | 10101100 | 110101 | 0 | 0 | 1000101 | 1100100 | 100001 | 10010 | 1100100 | 100010 |
Color Harmonies of #AC3500
Complementary color
Monochromatic Colors of #AC3500
Black with #AC3500
Text Example
Text Example
White with #AC3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3500; }
p { color: rgb(172,53,0); }
H1.HeaderClassName
{
color: #AC3500;
}
.AnyTagClassName
{
color: #AC3500;
}
</style>
background-color css
<style>
a { background-color: #AC3500; }
a { background-color: rgb(172,53,0); }
div.DivClassName
{
background-color: #AC3500;
}
.BgClassName
{
background-color: #AC3500;
}
</style>
border-color css
<style>
span { border-color: #AC3500; }
span { border-color: rgb(172,53,0); }
td.TdClassName
{
border-color: #AC3500;
}
.TagClassName
{
border-color: #AC3500;
}
</style>