Shades of Rust #AC3203
Tints of Rust #AC3203
RGB
CMYK
RGB Variations
Color information
#AC3203 (or 0xAC3203) is known color: Rust. HEX triplet: AC, 32 and 03. RGB value is (172,50,3). Sum of RGB (Red+Green+Blue) = 172+50+3=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3203 is #53CDFC. Grayscale: #515151. Windows color (decimal): -5492221 or 209580. OLE color: 209580.
HSL color Cylindrical-coordinate representation of color #AC3203: hue angle of 16.69º 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 #AC3203 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.33 |
| HSL | 16.69º | 0.97% | 0.34% | - |
| HSV(B) | 16.69º | 0.98% | 0.67% | - |
| XYZ | 18.17 | 11.06 | 1.26 | - |
| YUV | 81.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 3 | 0 | 0.71 | 0.98 | 0.33 | 16.69 | 0.97 | 0.34 |
| Hex | AC | 32 | 3 | 0 | 47 | 62 | 21 | 11 | 61 | 22 |
| Octal | 254 | 62 | 3 | 0 | 107 | 142 | 41 | 21 | 141 | 42 |
| Binary | 10101100 | 110010 | 11 | 0 | 1000111 | 1100010 | 100001 | 10001 | 1100001 | 100010 |
Color Harmonies of #AC3203
Complementary color
Monochromatic Colors of #AC3203
Black with #AC3203
Text Example
Text Example
White with #AC3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3203; }
p { color: rgb(172,50,3); }
H1.HeaderClassName
{
color: #AC3203;
}
.AnyTagClassName
{
color: #AC3203;
}
</style>
background-color css
<style>
a { background-color: #AC3203; }
a { background-color: rgb(172,50,3); }
div.DivClassName
{
background-color: #AC3203;
}
.BgClassName
{
background-color: #AC3203;
}
</style>
border-color css
<style>
span { border-color: #AC3203; }
span { border-color: rgb(172,50,3); }
td.TdClassName
{
border-color: #AC3203;
}
.TagClassName
{
border-color: #AC3203;
}
</style>