Shades of Rust #AC3205
Tints of Rust #AC3205
RGB
CMYK
RGB Variations
Color information
#AC3205 (or 0xAC3205) is known color: Rust. HEX triplet: AC, 32 and 05. RGB value is (172,50,5). Sum of RGB (Red+Green+Blue) = 172+50+5=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3205 is #53CDFA. Grayscale: #515151. Windows color (decimal): -5492219 or 340652. OLE color: 340652.
HSL color Cylindrical-coordinate representation of color #AC3205: hue angle of 16.17º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC3205 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.33 |
| HSL | 16.17º | 0.94% | 0.35% | - |
| HSV(B) | 16.17º | 0.97% | 0.67% | - |
| XYZ | 18.18 | 11.06 | 1.32 | - |
| YUV | 81.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 5 | 0 | 0.71 | 0.97 | 0.33 | 16.17 | 0.94 | 0.35 |
| Hex | AC | 32 | 5 | 0 | 47 | 61 | 21 | 10 | 5E | 23 |
| Octal | 254 | 62 | 5 | 0 | 107 | 141 | 41 | 20 | 136 | 43 |
| Binary | 10101100 | 110010 | 101 | 0 | 1000111 | 1100001 | 100001 | 10000 | 1011110 | 100011 |
Color Harmonies of #AC3205
Complementary color
Monochromatic Colors of #AC3205
Black with #AC3205
Text Example
Text Example
White with #AC3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3205; }
p { color: rgb(172,50,5); }
H1.HeaderClassName
{
color: #AC3205;
}
.AnyTagClassName
{
color: #AC3205;
}
</style>
background-color css
<style>
a { background-color: #AC3205; }
a { background-color: rgb(172,50,5); }
div.DivClassName
{
background-color: #AC3205;
}
.BgClassName
{
background-color: #AC3205;
}
</style>
border-color css
<style>
span { border-color: #AC3205; }
span { border-color: rgb(172,50,5); }
td.TdClassName
{
border-color: #AC3205;
}
.TagClassName
{
border-color: #AC3205;
}
</style>