Shades of Rust #AC3107
Tints of Rust #AC3107
RGB
CMYK
RGB Variations
Color information
#AC3107 (or 0xAC3107) is known color: Rust. HEX triplet: AC, 31 and 07. RGB value is (172,49,7). Sum of RGB (Red+Green+Blue) = 172+49+7=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3107 is #53CEF8. Grayscale: #515151. Windows color (decimal): -5492473 or 471468. OLE color: 471468.
HSL color Cylindrical-coordinate representation of color #AC3107: hue angle of 15.27º 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 #AC3107 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.33 |
| HSL | 15.27º | 0.92% | 0.35% | - |
| HSV(B) | 15.27º | 0.96% | 0.67% | - |
| XYZ | 18.15 | 10.98 | 1.36 | - |
| YUV | 80.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 7 | 0 | 0.72 | 0.96 | 0.33 | 15.27 | 0.92 | 0.35 |
| Hex | AC | 31 | 7 | 0 | 48 | 60 | 21 | F | 5C | 23 |
| Octal | 254 | 61 | 7 | 0 | 110 | 140 | 41 | 17 | 134 | 43 |
| Binary | 10101100 | 110001 | 111 | 0 | 1001000 | 1100000 | 100001 | 1111 | 1011100 | 100011 |
Color Harmonies of #AC3107
Complementary color
Monochromatic Colors of #AC3107
Black with #AC3107
Text Example
Text Example
White with #AC3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3107; }
p { color: rgb(172,49,7); }
H1.HeaderClassName
{
color: #AC3107;
}
.AnyTagClassName
{
color: #AC3107;
}
</style>
background-color css
<style>
a { background-color: #AC3107; }
a { background-color: rgb(172,49,7); }
div.DivClassName
{
background-color: #AC3107;
}
.BgClassName
{
background-color: #AC3107;
}
</style>
border-color css
<style>
span { border-color: #AC3107; }
span { border-color: rgb(172,49,7); }
td.TdClassName
{
border-color: #AC3107;
}
.TagClassName
{
border-color: #AC3107;
}
</style>