Shades of Rust #AC420A
Tints of Rust #AC420A
RGB
CMYK
RGB Variations
Color information
#AC420A (or 0xAC420A) is known color: Rust. HEX triplet: AC, 42 and 0A. RGB value is (172,66,10). Sum of RGB (Red+Green+Blue) = 172+66+10=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC420A is #53BDF5. Grayscale: #5B5B5B. Windows color (decimal): -5488118 or 672428. OLE color: 672428.
HSL color Cylindrical-coordinate representation of color #AC420A: hue angle of 20.74º 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 #AC420A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.33 |
| HSL | 20.74º | 0.89% | 0.36% | - |
| HSV(B) | 20.74º | 0.94% | 0.67% | - |
| XYZ | 19.02 | 12.69 | 1.73 | - |
| YUV | 91.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 10 | 0 | 0.62 | 0.94 | 0.33 | 20.74 | 0.89 | 0.36 |
| Hex | AC | 42 | A | 0 | 3E | 5E | 21 | 15 | 59 | 24 |
| Octal | 254 | 102 | 12 | 0 | 76 | 136 | 41 | 25 | 131 | 44 |
| Binary | 10101100 | 1000010 | 1010 | 0 | 111110 | 1011110 | 100001 | 10101 | 1011001 | 100100 |
Color Harmonies of #AC420A
Complementary color
Monochromatic Colors of #AC420A
Black with #AC420A
Text Example
Text Example
White with #AC420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC420A; }
p { color: rgb(172,66,10); }
H1.HeaderClassName
{
color: #AC420A;
}
.AnyTagClassName
{
color: #AC420A;
}
</style>
background-color css
<style>
a { background-color: #AC420A; }
a { background-color: rgb(172,66,10); }
div.DivClassName
{
background-color: #AC420A;
}
.BgClassName
{
background-color: #AC420A;
}
</style>
border-color css
<style>
span { border-color: #AC420A; }
span { border-color: rgb(172,66,10); }
td.TdClassName
{
border-color: #AC420A;
}
.TagClassName
{
border-color: #AC420A;
}
</style>