Shades of Rust #AC280A
Tints of Rust #AC280A
RGB
CMYK
RGB Variations
Color information
#AC280A (or 0xAC280A) is known color: Rust. HEX triplet: AC, 28 and 0A. RGB value is (172,40,10). Sum of RGB (Red+Green+Blue) = 172+40+10=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC280A is #53D7F5. Grayscale: #4C4C4C. Windows color (decimal): -5494774 or 665772. OLE color: 665772.
HSL color Cylindrical-coordinate representation of color #AC280A: hue angle of 11.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC280A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.33 |
| HSL | 11.11º | 0.89% | 0.36% | - |
| HSV(B) | 11.11º | 0.94% | 0.67% | - |
| XYZ | 17.83 | 10.31 | 1.34 | - |
| YUV | 76.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 10 | 0 | 0.77 | 0.94 | 0.33 | 11.11 | 0.89 | 0.36 |
| Hex | AC | 28 | A | 0 | 4D | 5E | 21 | B | 59 | 24 |
| Octal | 254 | 50 | 12 | 0 | 115 | 136 | 41 | 13 | 131 | 44 |
| Binary | 10101100 | 101000 | 1010 | 0 | 1001101 | 1011110 | 100001 | 1011 | 1011001 | 100100 |
Color Harmonies of #AC280A
Complementary color
Monochromatic Colors of #AC280A
Black with #AC280A
Text Example
Text Example
White with #AC280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC280A; }
p { color: rgb(172,40,10); }
H1.HeaderClassName
{
color: #AC280A;
}
.AnyTagClassName
{
color: #AC280A;
}
</style>
background-color css
<style>
a { background-color: #AC280A; }
a { background-color: rgb(172,40,10); }
div.DivClassName
{
background-color: #AC280A;
}
.BgClassName
{
background-color: #AC280A;
}
</style>
border-color css
<style>
span { border-color: #AC280A; }
span { border-color: rgb(172,40,10); }
td.TdClassName
{
border-color: #AC280A;
}
.TagClassName
{
border-color: #AC280A;
}
</style>