Shades of Rust #AC3707
Tints of Rust #AC3707
RGB
CMYK
RGB Variations
Color information
#AC3707 (or 0xAC3707) is known color: Rust. HEX triplet: AC, 37 and 07. RGB value is (172,55,7). Sum of RGB (Red+Green+Blue) = 172+55+7=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3707 is #53C8F8. Grayscale: #545454. Windows color (decimal): -5490937 or 473004. OLE color: 473004.
HSL color Cylindrical-coordinate representation of color #AC3707: hue angle of 17.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC3707 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.33 |
| HSL | 17.45º | 0.92% | 0.35% | - |
| HSV(B) | 17.45º | 0.96% | 0.67% | - |
| XYZ | 18.42 | 11.52 | 1.45 | - |
| YUV | 84.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 7 | 0 | 0.68 | 0.96 | 0.33 | 17.45 | 0.92 | 0.35 |
| Hex | AC | 37 | 7 | 0 | 44 | 60 | 21 | 11 | 5C | 23 |
| Octal | 254 | 67 | 7 | 0 | 104 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101100 | 110111 | 111 | 0 | 1000100 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AC3707
Complementary color
Monochromatic Colors of #AC3707
Black with #AC3707
Text Example
Text Example
White with #AC3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3707; }
p { color: rgb(172,55,7); }
H1.HeaderClassName
{
color: #AC3707;
}
.AnyTagClassName
{
color: #AC3707;
}
</style>
background-color css
<style>
a { background-color: #AC3707; }
a { background-color: rgb(172,55,7); }
div.DivClassName
{
background-color: #AC3707;
}
.BgClassName
{
background-color: #AC3707;
}
</style>
border-color css
<style>
span { border-color: #AC3707; }
span { border-color: rgb(172,55,7); }
td.TdClassName
{
border-color: #AC3707;
}
.TagClassName
{
border-color: #AC3707;
}
</style>