Shades of Rust #A8410E
Tints of Rust #A8410E
RGB
CMYK
RGB Variations
Color information
#A8410E (or 0xA8410E) is known color: Rust. HEX triplet: A8, 41 and 0E. RGB value is (168,65,14). Sum of RGB (Red+Green+Blue) = 168+65+14=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8410E is #57BEF1. Grayscale: #5A5A5A. Windows color (decimal): -5750514 or 934312. OLE color: 934312.
HSL color Cylindrical-coordinate representation of color #A8410E: hue angle of 19.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8410E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.34 |
| HSL | 19.87º | 0.85% | 0.36% | - |
| HSV(B) | 19.87º | 0.92% | 0.66% | - |
| XYZ | 18.12 | 12.14 | 1.8 | - |
| YUV | 89.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 14 | 0 | 0.61 | 0.92 | 0.34 | 19.87 | 0.85 | 0.36 |
| Hex | A8 | 41 | E | 0 | 3D | 5C | 22 | 14 | 55 | 24 |
| Octal | 250 | 101 | 16 | 0 | 75 | 134 | 42 | 24 | 125 | 44 |
| Binary | 10101000 | 1000001 | 1110 | 0 | 111101 | 1011100 | 100010 | 10100 | 1010101 | 100100 |
Color Harmonies of #A8410E
Complementary color
Monochromatic Colors of #A8410E
Black with #A8410E
Text Example
Text Example
White with #A8410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8410E; }
p { color: rgb(168,65,14); }
H1.HeaderClassName
{
color: #A8410E;
}
.AnyTagClassName
{
color: #A8410E;
}
</style>
background-color css
<style>
a { background-color: #A8410E; }
a { background-color: rgb(168,65,14); }
div.DivClassName
{
background-color: #A8410E;
}
.BgClassName
{
background-color: #A8410E;
}
</style>
border-color css
<style>
span { border-color: #A8410E; }
span { border-color: rgb(168,65,14); }
td.TdClassName
{
border-color: #A8410E;
}
.TagClassName
{
border-color: #A8410E;
}
</style>