Shades of Rust #AC3607
Tints of Rust #AC3607
RGB
CMYK
RGB Variations
Color information
#AC3607 (or 0xAC3607) is known color: Rust. HEX triplet: AC, 36 and 07. RGB value is (172,54,7). Sum of RGB (Red+Green+Blue) = 172+54+7=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3607 is #53C9F8. Grayscale: #545454. Windows color (decimal): -5491193 or 472748. OLE color: 472748.
HSL color Cylindrical-coordinate representation of color #AC3607: hue angle of 17.09º 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 #AC3607 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.33 |
| HSL | 17.09º | 0.92% | 0.35% | - |
| HSV(B) | 17.09º | 0.96% | 0.67% | - |
| XYZ | 18.37 | 11.42 | 1.44 | - |
| YUV | 83.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 7 | 0 | 0.69 | 0.96 | 0.33 | 17.09 | 0.92 | 0.35 |
| Hex | AC | 36 | 7 | 0 | 45 | 60 | 21 | 11 | 5C | 23 |
| Octal | 254 | 66 | 7 | 0 | 105 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101100 | 110110 | 111 | 0 | 1000101 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AC3607
Complementary color
Monochromatic Colors of #AC3607
Black with #AC3607
Text Example
Text Example
White with #AC3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3607; }
p { color: rgb(172,54,7); }
H1.HeaderClassName
{
color: #AC3607;
}
.AnyTagClassName
{
color: #AC3607;
}
</style>
background-color css
<style>
a { background-color: #AC3607; }
a { background-color: rgb(172,54,7); }
div.DivClassName
{
background-color: #AC3607;
}
.BgClassName
{
background-color: #AC3607;
}
</style>
border-color css
<style>
span { border-color: #AC3607; }
span { border-color: rgb(172,54,7); }
td.TdClassName
{
border-color: #AC3607;
}
.TagClassName
{
border-color: #AC3607;
}
</style>