Shades of Rust #AC3705
Tints of Rust #AC3705
RGB
CMYK
RGB Variations
Color information
#AC3705 (or 0xAC3705) is known color: Rust. HEX triplet: AC, 37 and 05. RGB value is (172,55,5). Sum of RGB (Red+Green+Blue) = 172+55+5=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3705 is #53C8FA. Grayscale: #545454. Windows color (decimal): -5490939 or 341932. OLE color: 341932.
HSL color Cylindrical-coordinate representation of color #AC3705: hue angle of 17.96º 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 #AC3705 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.33 |
| HSL | 17.96º | 0.94% | 0.35% | - |
| HSV(B) | 17.96º | 0.97% | 0.67% | - |
| XYZ | 18.41 | 11.51 | 1.4 | - |
| YUV | 84.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 5 | 0 | 0.68 | 0.97 | 0.33 | 17.96 | 0.94 | 0.35 |
| Hex | AC | 37 | 5 | 0 | 44 | 61 | 21 | 12 | 5E | 23 |
| Octal | 254 | 67 | 5 | 0 | 104 | 141 | 41 | 22 | 136 | 43 |
| Binary | 10101100 | 110111 | 101 | 0 | 1000100 | 1100001 | 100001 | 10010 | 1011110 | 100011 |
Color Harmonies of #AC3705
Complementary color
Monochromatic Colors of #AC3705
Black with #AC3705
Text Example
Text Example
White with #AC3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3705; }
p { color: rgb(172,55,5); }
H1.HeaderClassName
{
color: #AC3705;
}
.AnyTagClassName
{
color: #AC3705;
}
</style>
background-color css
<style>
a { background-color: #AC3705; }
a { background-color: rgb(172,55,5); }
div.DivClassName
{
background-color: #AC3705;
}
.BgClassName
{
background-color: #AC3705;
}
</style>
border-color css
<style>
span { border-color: #AC3705; }
span { border-color: rgb(172,55,5); }
td.TdClassName
{
border-color: #AC3705;
}
.TagClassName
{
border-color: #AC3705;
}
</style>