Shades of Rust #AC3F00
Tints of Rust #AC3F00
RGB
CMYK
RGB Variations
Color information
#AC3F00 (or 0xAC3F00) is known color: Rust. HEX triplet: AC, 3F and 00. RGB value is (172,63,0). Sum of RGB (Red+Green+Blue) = 172+63+0=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F00 is #53C0FF. Grayscale: #585858. Windows color (decimal): -5488896 or 16300. OLE color: 16300.
HSL color Cylindrical-coordinate representation of color #AC3F00: hue angle of 21.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC3F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.33 |
| HSL | 21.98º | 1% | 0.34% | - |
| HSV(B) | 21.98º | 1% | 0.67% | - |
| XYZ | 18.79 | 12.33 | 1.39 | - |
| YUV | 88.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 0 | 0 | 0.63 | 1 | 0.33 | 21.98 | 1 | 0.34 |
| Hex | AC | 3F | 0 | 0 | 3F | 64 | 21 | 16 | 64 | 22 |
| Octal | 254 | 77 | 0 | 0 | 77 | 144 | 41 | 26 | 144 | 42 |
| Binary | 10101100 | 111111 | 0 | 0 | 111111 | 1100100 | 100001 | 10110 | 1100100 | 100010 |
Color Harmonies of #AC3F00
Complementary color
Monochromatic Colors of #AC3F00
Black with #AC3F00
Text Example
Text Example
White with #AC3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F00; }
p { color: rgb(172,63,0); }
H1.HeaderClassName
{
color: #AC3F00;
}
.AnyTagClassName
{
color: #AC3F00;
}
</style>
background-color css
<style>
a { background-color: #AC3F00; }
a { background-color: rgb(172,63,0); }
div.DivClassName
{
background-color: #AC3F00;
}
.BgClassName
{
background-color: #AC3F00;
}
</style>
border-color css
<style>
span { border-color: #AC3F00; }
span { border-color: rgb(172,63,0); }
td.TdClassName
{
border-color: #AC3F00;
}
.TagClassName
{
border-color: #AC3F00;
}
</style>