Shades of Rust #A8500F
Tints of Rust #A8500F
RGB
CMYK
RGB Variations
Color information
#A8500F (or 0xA8500F) is known color: Rust. HEX triplet: A8, 50 and 0F. RGB value is (168,80,15). Sum of RGB (Red+Green+Blue) = 168+80+15=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8500F is #57AFF0. Grayscale: #636363. Windows color (decimal): -5746673 or 1003688. OLE color: 1003688.
HSL color Cylindrical-coordinate representation of color #A8500F: hue angle of 25.49º 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 #A8500F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.34 |
| HSL | 25.49º | 0.84% | 0.36% | - |
| HSV(B) | 25.49º | 0.91% | 0.66% | - |
| XYZ | 19.1 | 14.1 | 2.17 | - |
| YUV | 98.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 15 | 0 | 0.52 | 0.91 | 0.34 | 25.49 | 0.84 | 0.36 |
| Hex | A8 | 50 | F | 0 | 34 | 5B | 22 | 19 | 54 | 24 |
| Octal | 250 | 120 | 17 | 0 | 64 | 133 | 42 | 31 | 124 | 44 |
| Binary | 10101000 | 1010000 | 1111 | 0 | 110100 | 1011011 | 100010 | 11001 | 1010100 | 100100 |
Color Harmonies of #A8500F
Complementary color
Monochromatic Colors of #A8500F
Black with #A8500F
Text Example
Text Example
White with #A8500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8500F; }
p { color: rgb(168,80,15); }
H1.HeaderClassName
{
color: #A8500F;
}
.AnyTagClassName
{
color: #A8500F;
}
</style>
background-color css
<style>
a { background-color: #A8500F; }
a { background-color: rgb(168,80,15); }
div.DivClassName
{
background-color: #A8500F;
}
.BgClassName
{
background-color: #A8500F;
}
</style>
border-color css
<style>
span { border-color: #A8500F; }
span { border-color: rgb(168,80,15); }
td.TdClassName
{
border-color: #A8500F;
}
.TagClassName
{
border-color: #A8500F;
}
</style>