Shades of Rust #AC3007
Tints of Rust #AC3007
RGB
CMYK
RGB Variations
Color information
#AC3007 (or 0xAC3007) is known color: Rust. HEX triplet: AC, 30 and 07. RGB value is (172,48,7). Sum of RGB (Red+Green+Blue) = 172+48+7=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3007 is #53CFF8. Grayscale: #505050. Windows color (decimal): -5492729 or 471212. OLE color: 471212.
HSL color Cylindrical-coordinate representation of color #AC3007: hue angle of 14.91º 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 #AC3007 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.33 |
| HSL | 14.91º | 0.92% | 0.35% | - |
| HSV(B) | 14.91º | 0.96% | 0.67% | - |
| XYZ | 18.11 | 10.9 | 1.35 | - |
| YUV | 80.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 7 | 0 | 0.72 | 0.96 | 0.33 | 14.91 | 0.92 | 0.35 |
| Hex | AC | 30 | 7 | 0 | 48 | 60 | 21 | F | 5C | 23 |
| Octal | 254 | 60 | 7 | 0 | 110 | 140 | 41 | 17 | 134 | 43 |
| Binary | 10101100 | 110000 | 111 | 0 | 1001000 | 1100000 | 100001 | 1111 | 1011100 | 100011 |
Color Harmonies of #AC3007
Complementary color
Monochromatic Colors of #AC3007
Black with #AC3007
Text Example
Text Example
White with #AC3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3007; }
p { color: rgb(172,48,7); }
H1.HeaderClassName
{
color: #AC3007;
}
.AnyTagClassName
{
color: #AC3007;
}
</style>
background-color css
<style>
a { background-color: #AC3007; }
a { background-color: rgb(172,48,7); }
div.DivClassName
{
background-color: #AC3007;
}
.BgClassName
{
background-color: #AC3007;
}
</style>
border-color css
<style>
span { border-color: #AC3007; }
span { border-color: rgb(172,48,7); }
td.TdClassName
{
border-color: #AC3007;
}
.TagClassName
{
border-color: #AC3007;
}
</style>