Shades of Rust #AC3C0F
Tints of Rust #AC3C0F
RGB
CMYK
RGB Variations
Color information
#AC3C0F (or 0xAC3C0F) is known color: Rust. HEX triplet: AC, 3C and 0F. RGB value is (172,60,15). Sum of RGB (Red+Green+Blue) = 172+60+15=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C0F is #53C3F0. Grayscale: #585858. Windows color (decimal): -5489649 or 998572. OLE color: 998572.
HSL color Cylindrical-coordinate representation of color #AC3C0F: hue angle of 17.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC3C0F is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 15 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.33 |
| HSL | 17.2º | 0.84% | 0.37% | - |
| HSV(B) | 17.2º | 0.91% | 0.67% | - |
| XYZ | 18.72 | 12.04 | 1.79 | - |
| YUV | 88.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 15 | 0 | 0.65 | 0.91 | 0.33 | 17.2 | 0.84 | 0.37 |
| Hex | AC | 3C | F | 0 | 41 | 5B | 21 | 11 | 54 | 25 |
| Octal | 254 | 74 | 17 | 0 | 101 | 133 | 41 | 21 | 124 | 45 |
| Binary | 10101100 | 111100 | 1111 | 0 | 1000001 | 1011011 | 100001 | 10001 | 1010100 | 100101 |
Color Harmonies of #AC3C0F
Complementary color
Monochromatic Colors of #AC3C0F
Black with #AC3C0F
Text Example
Text Example
White with #AC3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C0F; }
p { color: rgb(172,60,15); }
H1.HeaderClassName
{
color: #AC3C0F;
}
.AnyTagClassName
{
color: #AC3C0F;
}
</style>
background-color css
<style>
a { background-color: #AC3C0F; }
a { background-color: rgb(172,60,15); }
div.DivClassName
{
background-color: #AC3C0F;
}
.BgClassName
{
background-color: #AC3C0F;
}
</style>
border-color css
<style>
span { border-color: #AC3C0F; }
span { border-color: rgb(172,60,15); }
td.TdClassName
{
border-color: #AC3C0F;
}
.TagClassName
{
border-color: #AC3C0F;
}
</style>