Shades of Rust #A8390E
Tints of Rust #A8390E
RGB
CMYK
RGB Variations
Color information
#A8390E (or 0xA8390E) is known color: Rust. HEX triplet: A8, 39 and 0E. RGB value is (168,57,14). Sum of RGB (Red+Green+Blue) = 168+57+14=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A8390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8390E is #57C6F1. Grayscale: #555555. Windows color (decimal): -5752562 or 932264. OLE color: 932264.
HSL color Cylindrical-coordinate representation of color #A8390E: hue angle of 16.75º 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 #A8390E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.34 |
| HSL | 16.75º | 0.85% | 0.36% | - |
| HSV(B) | 16.75º | 0.92% | 0.66% | - |
| XYZ | 17.69 | 11.28 | 1.66 | - |
| YUV | 85.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 14 | 0 | 0.66 | 0.92 | 0.34 | 16.75 | 0.85 | 0.36 |
| Hex | A8 | 39 | E | 0 | 42 | 5C | 22 | 11 | 55 | 24 |
| Octal | 250 | 71 | 16 | 0 | 102 | 134 | 42 | 21 | 125 | 44 |
| Binary | 10101000 | 111001 | 1110 | 0 | 1000010 | 1011100 | 100010 | 10001 | 1010101 | 100100 |
Color Harmonies of #A8390E
Complementary color
Monochromatic Colors of #A8390E
Black with #A8390E
Text Example
Text Example
White with #A8390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8390E; }
p { color: rgb(168,57,14); }
H1.HeaderClassName
{
color: #A8390E;
}
.AnyTagClassName
{
color: #A8390E;
}
</style>
background-color css
<style>
a { background-color: #A8390E; }
a { background-color: rgb(168,57,14); }
div.DivClassName
{
background-color: #A8390E;
}
.BgClassName
{
background-color: #A8390E;
}
</style>
border-color css
<style>
span { border-color: #A8390E; }
span { border-color: rgb(168,57,14); }
td.TdClassName
{
border-color: #A8390E;
}
.TagClassName
{
border-color: #A8390E;
}
</style>