Shades of Rust #AC4510
Tints of Rust #AC4510
RGB
CMYK
RGB Variations
Color information
#AC4510 (or 0xAC4510) is known color: Rust. HEX triplet: AC, 45 and 10. RGB value is (172,69,16). Sum of RGB (Red+Green+Blue) = 172+69+16=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4510 is #53BAEF. Grayscale: #5E5E5E. Windows color (decimal): -5487344 or 1066412. OLE color: 1066412.
HSL color Cylindrical-coordinate representation of color #AC4510: hue angle of 20.38º degrees, saturation: 0.83, 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 #AC4510 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 16 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.33 |
| HSL | 20.38º | 0.83% | 0.37% | - |
| HSV(B) | 20.38º | 0.91% | 0.67% | - |
| XYZ | 19.23 | 13.06 | 2 | - |
| YUV | 93.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 16 | 0 | 0.60 | 0.91 | 0.33 | 20.38 | 0.83 | 0.37 |
| Hex | AC | 45 | 10 | 0 | 3C | 5B | 21 | 14 | 53 | 25 |
| Octal | 254 | 105 | 20 | 0 | 74 | 133 | 41 | 24 | 123 | 45 |
| Binary | 10101100 | 1000101 | 10000 | 0 | 111100 | 1011011 | 100001 | 10100 | 1010011 | 100101 |
Color Harmonies of #AC4510
Complementary color
Monochromatic Colors of #AC4510
Black with #AC4510
Text Example
Text Example
White with #AC4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4510; }
p { color: rgb(172,69,16); }
H1.HeaderClassName
{
color: #AC4510;
}
.AnyTagClassName
{
color: #AC4510;
}
</style>
background-color css
<style>
a { background-color: #AC4510; }
a { background-color: rgb(172,69,16); }
div.DivClassName
{
background-color: #AC4510;
}
.BgClassName
{
background-color: #AC4510;
}
</style>
border-color css
<style>
span { border-color: #AC4510; }
span { border-color: rgb(172,69,16); }
td.TdClassName
{
border-color: #AC4510;
}
.TagClassName
{
border-color: #AC4510;
}
</style>