Shades of Rust #AC510F
Tints of Rust #AC510F
RGB
CMYK
RGB Variations
Color information
#AC510F (or 0xAC510F) is known color: Rust. HEX triplet: AC, 51 and 0F. RGB value is (172,81,15). Sum of RGB (Red+Green+Blue) = 172+81+15=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC510F is #53AEF0. Grayscale: #656565. Windows color (decimal): -5484273 or 1003948. OLE color: 1003948.
HSL color Cylindrical-coordinate representation of color #AC510F: hue angle of 25.22º 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 #AC510F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 15 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.33 |
| HSL | 25.22º | 0.84% | 0.37% | - |
| HSV(B) | 25.22º | 0.91% | 0.67% | - |
| XYZ | 20.04 | 14.69 | 2.23 | - |
| YUV | 100.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 15 | 0 | 0.53 | 0.91 | 0.33 | 25.22 | 0.84 | 0.37 |
| Hex | AC | 51 | F | 0 | 35 | 5B | 21 | 19 | 54 | 25 |
| Octal | 254 | 121 | 17 | 0 | 65 | 133 | 41 | 31 | 124 | 45 |
| Binary | 10101100 | 1010001 | 1111 | 0 | 110101 | 1011011 | 100001 | 11001 | 1010100 | 100101 |
Color Harmonies of #AC510F
Complementary color
Monochromatic Colors of #AC510F
Black with #AC510F
Text Example
Text Example
White with #AC510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC510F; }
p { color: rgb(172,81,15); }
H1.HeaderClassName
{
color: #AC510F;
}
.AnyTagClassName
{
color: #AC510F;
}
</style>
background-color css
<style>
a { background-color: #AC510F; }
a { background-color: rgb(172,81,15); }
div.DivClassName
{
background-color: #AC510F;
}
.BgClassName
{
background-color: #AC510F;
}
</style>
border-color css
<style>
span { border-color: #AC510F; }
span { border-color: rgb(172,81,15); }
td.TdClassName
{
border-color: #AC510F;
}
.TagClassName
{
border-color: #AC510F;
}
</style>