Shades of Rust #A82200
Tints of Rust #A82200
RGB
CMYK
RGB Variations
Color information
#A82200 (or 0xA82200) is known color: Rust. HEX triplet: A8, 22 and 00. RGB value is (168,34,0). Sum of RGB (Red+Green+Blue) = 168+34+0=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A82200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82200 is #57DDFF. Grayscale: #464646. Windows color (decimal): -5758464 or 8872. OLE color: 8872.
HSL color Cylindrical-coordinate representation of color #A82200: hue angle of 12.14º 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 #A82200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.34 |
| HSL | 12.14º | 1% | 0.33% | - |
| HSV(B) | 12.14º | 1% | 0.66% | - |
| XYZ | 16.72 | 9.47 | 0.95 | - |
| YUV | 70.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 0 | 0 | 0.80 | 1 | 0.34 | 12.14 | 1 | 0.33 |
| Hex | A8 | 22 | 0 | 0 | 50 | 64 | 22 | C | 64 | 21 |
| Octal | 250 | 42 | 0 | 0 | 120 | 144 | 42 | 14 | 144 | 41 |
| Binary | 10101000 | 100010 | 0 | 0 | 1010000 | 1100100 | 100010 | 1100 | 1100100 | 100001 |
Color Harmonies of #A82200
Complementary color
Monochromatic Colors of #A82200
Black with #A82200
Text Example
Text Example
White with #A82200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82200; }
p { color: rgb(168,34,0); }
H1.HeaderClassName
{
color: #A82200;
}
.AnyTagClassName
{
color: #A82200;
}
</style>
background-color css
<style>
a { background-color: #A82200; }
a { background-color: rgb(168,34,0); }
div.DivClassName
{
background-color: #A82200;
}
.BgClassName
{
background-color: #A82200;
}
</style>
border-color css
<style>
span { border-color: #A82200; }
span { border-color: rgb(168,34,0); }
td.TdClassName
{
border-color: #A82200;
}
.TagClassName
{
border-color: #A82200;
}
</style>