Shades of Rust #AC410A
Tints of Rust #AC410A
RGB
CMYK
RGB Variations
Color information
#AC410A (or 0xAC410A) is known color: Rust. HEX triplet: AC, 41 and 0A. RGB value is (172,65,10). Sum of RGB (Red+Green+Blue) = 172+65+10=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC410A is #53BEF5. Grayscale: #5B5B5B. Windows color (decimal): -5488374 or 672172. OLE color: 672172.
HSL color Cylindrical-coordinate representation of color #AC410A: hue angle of 20.37º 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 #AC410A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.33 |
| HSL | 20.37º | 0.89% | 0.36% | - |
| HSV(B) | 20.37º | 0.94% | 0.67% | - |
| XYZ | 18.96 | 12.57 | 1.71 | - |
| YUV | 90.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 10 | 0 | 0.62 | 0.94 | 0.33 | 20.37 | 0.89 | 0.36 |
| Hex | AC | 41 | A | 0 | 3E | 5E | 21 | 14 | 59 | 24 |
| Octal | 254 | 101 | 12 | 0 | 76 | 136 | 41 | 24 | 131 | 44 |
| Binary | 10101100 | 1000001 | 1010 | 0 | 111110 | 1011110 | 100001 | 10100 | 1011001 | 100100 |
Color Harmonies of #AC410A
Complementary color
Monochromatic Colors of #AC410A
Black with #AC410A
Text Example
Text Example
White with #AC410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC410A; }
p { color: rgb(172,65,10); }
H1.HeaderClassName
{
color: #AC410A;
}
.AnyTagClassName
{
color: #AC410A;
}
</style>
background-color css
<style>
a { background-color: #AC410A; }
a { background-color: rgb(172,65,10); }
div.DivClassName
{
background-color: #AC410A;
}
.BgClassName
{
background-color: #AC410A;
}
</style>
border-color css
<style>
span { border-color: #AC410A; }
span { border-color: rgb(172,65,10); }
td.TdClassName
{
border-color: #AC410A;
}
.TagClassName
{
border-color: #AC410A;
}
</style>