Shades of Rust #A82D11
Tints of Rust #A82D11
RGB
CMYK
RGB Variations
Color information
#A82D11 (or 0xA82D11) is known color: Rust. HEX triplet: A8, 2D and 11. RGB value is (168,45,17). Sum of RGB (Red+Green+Blue) = 168+45+17=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82D11 is #57D2EE. Grayscale: #4E4E4E. Windows color (decimal): -5755631 or 1125800. OLE color: 1125800.
HSL color Cylindrical-coordinate representation of color #A82D11: hue angle of 11.13º 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 #A82D11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.34 |
| HSL | 11.13º | 0.82% | 0.36% | - |
| HSV(B) | 11.13º | 0.9% | 0.66% | - |
| XYZ | 17.19 | 10.24 | 1.6 | - |
| YUV | 78.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 17 | 0 | 0.73 | 0.90 | 0.34 | 11.13 | 0.82 | 0.36 |
| Hex | A8 | 2D | 11 | 0 | 49 | 5A | 22 | B | 52 | 24 |
| Octal | 250 | 55 | 21 | 0 | 111 | 132 | 42 | 13 | 122 | 44 |
| Binary | 10101000 | 101101 | 10001 | 0 | 1001001 | 1011010 | 100010 | 1011 | 1010010 | 100100 |
Color Harmonies of #A82D11
Complementary color
Monochromatic Colors of #A82D11
Black with #A82D11
Text Example
Text Example
White with #A82D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D11; }
p { color: rgb(168,45,17); }
H1.HeaderClassName
{
color: #A82D11;
}
.AnyTagClassName
{
color: #A82D11;
}
</style>
background-color css
<style>
a { background-color: #A82D11; }
a { background-color: rgb(168,45,17); }
div.DivClassName
{
background-color: #A82D11;
}
.BgClassName
{
background-color: #A82D11;
}
</style>
border-color css
<style>
span { border-color: #A82D11; }
span { border-color: rgb(168,45,17); }
td.TdClassName
{
border-color: #A82D11;
}
.TagClassName
{
border-color: #A82D11;
}
</style>