Shades of Rust #A8510F
Tints of Rust #A8510F
RGB
CMYK
RGB Variations
Color information
#A8510F (or 0xA8510F) is known color: Rust. HEX triplet: A8, 51 and 0F. RGB value is (168,81,15). Sum of RGB (Red+Green+Blue) = 168+81+15=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8510F is #57AEF0. Grayscale: #636363. Windows color (decimal): -5746417 or 1003944. OLE color: 1003944.
HSL color Cylindrical-coordinate representation of color #A8510F: hue angle of 25.88º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8510F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.34 |
| HSL | 25.88º | 0.84% | 0.36% | - |
| HSV(B) | 25.88º | 0.91% | 0.66% | - |
| XYZ | 19.18 | 14.24 | 2.19 | - |
| YUV | 99.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 15 | 0 | 0.52 | 0.91 | 0.34 | 25.88 | 0.84 | 0.36 |
| Hex | A8 | 51 | F | 0 | 34 | 5B | 22 | 1A | 54 | 24 |
| Octal | 250 | 121 | 17 | 0 | 64 | 133 | 42 | 32 | 124 | 44 |
| Binary | 10101000 | 1010001 | 1111 | 0 | 110100 | 1011011 | 100010 | 11010 | 1010100 | 100100 |
Color Harmonies of #A8510F
Complementary color
Monochromatic Colors of #A8510F
Black with #A8510F
Text Example
Text Example
White with #A8510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8510F; }
p { color: rgb(168,81,15); }
H1.HeaderClassName
{
color: #A8510F;
}
.AnyTagClassName
{
color: #A8510F;
}
</style>
background-color css
<style>
a { background-color: #A8510F; }
a { background-color: rgb(168,81,15); }
div.DivClassName
{
background-color: #A8510F;
}
.BgClassName
{
background-color: #A8510F;
}
</style>
border-color css
<style>
span { border-color: #A8510F; }
span { border-color: rgb(168,81,15); }
td.TdClassName
{
border-color: #A8510F;
}
.TagClassName
{
border-color: #A8510F;
}
</style>