Shades of Rust #AC3200
Tints of Rust #AC3200
RGB
CMYK
RGB Variations
Color information
#AC3200 (or 0xAC3200) is known color: Rust. HEX triplet: AC, 32 and 00. RGB value is (172,50,0). Sum of RGB (Red+Green+Blue) = 172+50+0=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3200 is #53CDFF. Grayscale: #515151. Windows color (decimal): -5492224 or 12972. OLE color: 12972.
HSL color Cylindrical-coordinate representation of color #AC3200: hue angle of 17.44º 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 #AC3200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.33 |
| HSL | 17.44º | 1% | 0.34% | - |
| HSV(B) | 17.44º | 1% | 0.67% | - |
| XYZ | 18.15 | 11.05 | 1.18 | - |
| YUV | 80.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 0 | 0 | 0.71 | 1 | 0.33 | 17.44 | 1 | 0.34 |
| Hex | AC | 32 | 0 | 0 | 47 | 64 | 21 | 11 | 64 | 22 |
| Octal | 254 | 62 | 0 | 0 | 107 | 144 | 41 | 21 | 144 | 42 |
| Binary | 10101100 | 110010 | 0 | 0 | 1000111 | 1100100 | 100001 | 10001 | 1100100 | 100010 |
Color Harmonies of #AC3200
Complementary color
Monochromatic Colors of #AC3200
Black with #AC3200
Text Example
Text Example
White with #AC3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3200; }
p { color: rgb(172,50,0); }
H1.HeaderClassName
{
color: #AC3200;
}
.AnyTagClassName
{
color: #AC3200;
}
</style>
background-color css
<style>
a { background-color: #AC3200; }
a { background-color: rgb(172,50,0); }
div.DivClassName
{
background-color: #AC3200;
}
.BgClassName
{
background-color: #AC3200;
}
</style>
border-color css
<style>
span { border-color: #AC3200; }
span { border-color: rgb(172,50,0); }
td.TdClassName
{
border-color: #AC3200;
}
.TagClassName
{
border-color: #AC3200;
}
</style>