Shades of Rust #A8520B
Tints of Rust #A8520B
RGB
CMYK
RGB Variations
Color information
#A8520B (or 0xA8520B) is known color: Rust. HEX triplet: A8, 52 and 0B. RGB value is (168,82,11). Sum of RGB (Red+Green+Blue) = 168+82+11=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8520B is #57ADF4. Grayscale: #636363. Windows color (decimal): -5746165 or 742056. OLE color: 742056.
HSL color Cylindrical-coordinate representation of color #A8520B: hue angle of 27.13º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8520B is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 11 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.34 |
| HSL | 27.13º | 0.88% | 0.35% | - |
| HSV(B) | 27.13º | 0.93% | 0.66% | - |
| XYZ | 19.23 | 14.38 | 2.08 | - |
| YUV | 99.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 11 | 0 | 0.51 | 0.93 | 0.34 | 27.13 | 0.88 | 0.35 |
| Hex | A8 | 52 | B | 0 | 33 | 5D | 22 | 1B | 58 | 23 |
| Octal | 250 | 122 | 13 | 0 | 63 | 135 | 42 | 33 | 130 | 43 |
| Binary | 10101000 | 1010010 | 1011 | 0 | 110011 | 1011101 | 100010 | 11011 | 1011000 | 100011 |
Color Harmonies of #A8520B
Complementary color
Monochromatic Colors of #A8520B
Black with #A8520B
Text Example
Text Example
White with #A8520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8520B; }
p { color: rgb(168,82,11); }
H1.HeaderClassName
{
color: #A8520B;
}
.AnyTagClassName
{
color: #A8520B;
}
</style>
background-color css
<style>
a { background-color: #A8520B; }
a { background-color: rgb(168,82,11); }
div.DivClassName
{
background-color: #A8520B;
}
.BgClassName
{
background-color: #A8520B;
}
</style>
border-color css
<style>
span { border-color: #A8520B; }
span { border-color: rgb(168,82,11); }
td.TdClassName
{
border-color: #A8520B;
}
.TagClassName
{
border-color: #A8520B;
}
</style>