Shades of Rust #A82A00
Tints of Rust #A82A00
RGB
CMYK
RGB Variations
Color information
#A82A00 (or 0xA82A00) is known color: Rust. HEX triplet: A8, 2A and 00. RGB value is (168,42,0). Sum of RGB (Red+Green+Blue) = 168+42+0=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82A00 is #57D5FF. Grayscale: #4B4B4B. Windows color (decimal): -5756416 or 10920. OLE color: 10920.
HSL color Cylindrical-coordinate representation of color #A82A00: hue angle of 15º 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 #A82A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.34 |
| HSL | 15º | 1% | 0.33% | - |
| HSV(B) | 15º | 1% | 0.66% | - |
| XYZ | 16.98 | 9.98 | 1.03 | - |
| YUV | 74.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 0 | 0 | 0.75 | 1 | 0.34 | 15 | 1 | 0.33 |
| Hex | A8 | 2A | 0 | 0 | 4B | 64 | 22 | F | 64 | 21 |
| Octal | 250 | 52 | 0 | 0 | 113 | 144 | 42 | 17 | 144 | 41 |
| Binary | 10101000 | 101010 | 0 | 0 | 1001011 | 1100100 | 100010 | 1111 | 1100100 | 100001 |
Color Harmonies of #A82A00
Complementary color
Monochromatic Colors of #A82A00
Black with #A82A00
Text Example
Text Example
White with #A82A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A00; }
p { color: rgb(168,42,0); }
H1.HeaderClassName
{
color: #A82A00;
}
.AnyTagClassName
{
color: #A82A00;
}
</style>
background-color css
<style>
a { background-color: #A82A00; }
a { background-color: rgb(168,42,0); }
div.DivClassName
{
background-color: #A82A00;
}
.BgClassName
{
background-color: #A82A00;
}
</style>
border-color css
<style>
span { border-color: #A82A00; }
span { border-color: rgb(168,42,0); }
td.TdClassName
{
border-color: #A82A00;
}
.TagClassName
{
border-color: #A82A00;
}
</style>