Shades of Rust #A82D00
Tints of Rust #A82D00
RGB
CMYK
RGB Variations
Color information
#A82D00 (or 0xA82D00) is known color: Rust. HEX triplet: A8, 2D and 00. RGB value is (168,45,0). Sum of RGB (Red+Green+Blue) = 168+45+0=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82D00 is #57D2FF. Grayscale: #4C4C4C. Windows color (decimal): -5755648 or 11688. OLE color: 11688.
HSL color Cylindrical-coordinate representation of color #A82D00: hue angle of 16.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A82D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.34 |
| HSL | 16.07º | 1% | 0.33% | - |
| HSV(B) | 16.07º | 1% | 0.66% | - |
| XYZ | 17.09 | 10.2 | 1.07 | - |
| YUV | 76.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 0 | 0 | 0.73 | 1 | 0.34 | 16.07 | 1 | 0.33 |
| Hex | A8 | 2D | 0 | 0 | 49 | 64 | 22 | 10 | 64 | 21 |
| Octal | 250 | 55 | 0 | 0 | 111 | 144 | 42 | 20 | 144 | 41 |
| Binary | 10101000 | 101101 | 0 | 0 | 1001001 | 1100100 | 100010 | 10000 | 1100100 | 100001 |
Color Harmonies of #A82D00
Complementary color
Monochromatic Colors of #A82D00
Black with #A82D00
Text Example
Text Example
White with #A82D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D00; }
p { color: rgb(168,45,0); }
H1.HeaderClassName
{
color: #A82D00;
}
.AnyTagClassName
{
color: #A82D00;
}
</style>
background-color css
<style>
a { background-color: #A82D00; }
a { background-color: rgb(168,45,0); }
div.DivClassName
{
background-color: #A82D00;
}
.BgClassName
{
background-color: #A82D00;
}
</style>
border-color css
<style>
span { border-color: #A82D00; }
span { border-color: rgb(168,45,0); }
td.TdClassName
{
border-color: #A82D00;
}
.TagClassName
{
border-color: #A82D00;
}
</style>