Shades of Rust #AC3507
Tints of Rust #AC3507
RGB
CMYK
RGB Variations
Color information
#AC3507 (or 0xAC3507) is known color: Rust. HEX triplet: AC, 35 and 07. RGB value is (172,53,7). Sum of RGB (Red+Green+Blue) = 172+53+7=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3507 is #53CAF8. Grayscale: #535353. Windows color (decimal): -5491449 or 472492. OLE color: 472492.
HSL color Cylindrical-coordinate representation of color #AC3507: hue angle of 16.73º 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 #AC3507 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.33 |
| HSL | 16.73º | 0.92% | 0.35% | - |
| HSV(B) | 16.73º | 0.96% | 0.67% | - |
| XYZ | 18.32 | 11.33 | 1.42 | - |
| YUV | 83.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 7 | 0 | 0.69 | 0.96 | 0.33 | 16.73 | 0.92 | 0.35 |
| Hex | AC | 35 | 7 | 0 | 45 | 60 | 21 | 11 | 5C | 23 |
| Octal | 254 | 65 | 7 | 0 | 105 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101100 | 110101 | 111 | 0 | 1000101 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AC3507
Complementary color
Monochromatic Colors of #AC3507
Black with #AC3507
Text Example
Text Example
White with #AC3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3507; }
p { color: rgb(172,53,7); }
H1.HeaderClassName
{
color: #AC3507;
}
.AnyTagClassName
{
color: #AC3507;
}
</style>
background-color css
<style>
a { background-color: #AC3507; }
a { background-color: rgb(172,53,7); }
div.DivClassName
{
background-color: #AC3507;
}
.BgClassName
{
background-color: #AC3507;
}
</style>
border-color css
<style>
span { border-color: #AC3507; }
span { border-color: rgb(172,53,7); }
td.TdClassName
{
border-color: #AC3507;
}
.TagClassName
{
border-color: #AC3507;
}
</style>