Shades of Rust #AC5203
Tints of Rust #AC5203
RGB
CMYK
RGB Variations
Color information
#AC5203 (or 0xAC5203) is known color: Rust. HEX triplet: AC, 52 and 03. RGB value is (172,82,3). Sum of RGB (Red+Green+Blue) = 172+82+3=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5203 is #53ADFC. Grayscale: #646464. Windows color (decimal): -5484029 or 217772. OLE color: 217772.
HSL color Cylindrical-coordinate representation of color #AC5203: hue angle of 28.05º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5203 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.33 |
| HSL | 28.05º | 0.97% | 0.34% | - |
| HSV(B) | 28.05º | 0.98% | 0.67% | - |
| XYZ | 20.05 | 14.81 | 1.89 | - |
| YUV | 99.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 3 | 0 | 0.52 | 0.98 | 0.33 | 28.05 | 0.97 | 0.34 |
| Hex | AC | 52 | 3 | 0 | 34 | 62 | 21 | 1C | 61 | 22 |
| Octal | 254 | 122 | 3 | 0 | 64 | 142 | 41 | 34 | 141 | 42 |
| Binary | 10101100 | 1010010 | 11 | 0 | 110100 | 1100010 | 100001 | 11100 | 1100001 | 100010 |
Color Harmonies of #AC5203
Complementary color
Monochromatic Colors of #AC5203
Black with #AC5203
Text Example
Text Example
White with #AC5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5203; }
p { color: rgb(172,82,3); }
H1.HeaderClassName
{
color: #AC5203;
}
.AnyTagClassName
{
color: #AC5203;
}
</style>
background-color css
<style>
a { background-color: #AC5203; }
a { background-color: rgb(172,82,3); }
div.DivClassName
{
background-color: #AC5203;
}
.BgClassName
{
background-color: #AC5203;
}
</style>
border-color css
<style>
span { border-color: #AC5203; }
span { border-color: rgb(172,82,3); }
td.TdClassName
{
border-color: #AC5203;
}
.TagClassName
{
border-color: #AC5203;
}
</style>