Shades of Rust #A82E11
Tints of Rust #A82E11
RGB
CMYK
RGB Variations
Color information
#A82E11 (or 0xA82E11) is known color: Rust. HEX triplet: A8, 2E and 11. RGB value is (168,46,17). Sum of RGB (Red+Green+Blue) = 168+46+17=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82E11 is #57D1EE. Grayscale: #4F4F4F. Windows color (decimal): -5755375 or 1126056. OLE color: 1126056.
HSL color Cylindrical-coordinate representation of color #A82E11: hue angle of 11.52º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82E11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.34 |
| HSL | 11.52º | 0.82% | 0.36% | - |
| HSV(B) | 11.52º | 0.9% | 0.66% | - |
| XYZ | 17.23 | 10.32 | 1.61 | - |
| YUV | 79.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 17 | 0 | 0.73 | 0.90 | 0.34 | 11.52 | 0.82 | 0.36 |
| Hex | A8 | 2E | 11 | 0 | 49 | 5A | 22 | C | 52 | 24 |
| Octal | 250 | 56 | 21 | 0 | 111 | 132 | 42 | 14 | 122 | 44 |
| Binary | 10101000 | 101110 | 10001 | 0 | 1001001 | 1011010 | 100010 | 1100 | 1010010 | 100100 |
Color Harmonies of #A82E11
Complementary color
Monochromatic Colors of #A82E11
Black with #A82E11
Text Example
Text Example
White with #A82E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E11; }
p { color: rgb(168,46,17); }
H1.HeaderClassName
{
color: #A82E11;
}
.AnyTagClassName
{
color: #A82E11;
}
</style>
background-color css
<style>
a { background-color: #A82E11; }
a { background-color: rgb(168,46,17); }
div.DivClassName
{
background-color: #A82E11;
}
.BgClassName
{
background-color: #A82E11;
}
</style>
border-color css
<style>
span { border-color: #A82E11; }
span { border-color: rgb(168,46,17); }
td.TdClassName
{
border-color: #A82E11;
}
.TagClassName
{
border-color: #A82E11;
}
</style>