Shades of Rust #A6400E
Tints of Rust #A6400E
RGB
CMYK
RGB Variations
Color information
#A6400E (or 0xA6400E) is known color: Rust. HEX triplet: A6, 40 and 0E. RGB value is (166,64,14). Sum of RGB (Red+Green+Blue) = 166+64+14=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6400E is #59BFF1. Grayscale: #595959. Windows color (decimal): -5881842 or 934054. OLE color: 934054.
HSL color Cylindrical-coordinate representation of color #A6400E: hue angle of 19.74º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6400E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.35 |
| HSL | 19.74º | 0.84% | 0.35% | - |
| HSV(B) | 19.74º | 0.92% | 0.65% | - |
| XYZ | 17.64 | 11.81 | 1.76 | - |
| YUV | 88.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 14 | 0 | 0.61 | 0.92 | 0.35 | 19.74 | 0.84 | 0.35 |
| Hex | A6 | 40 | E | 0 | 3D | 5C | 23 | 14 | 54 | 23 |
| Octal | 246 | 100 | 16 | 0 | 75 | 134 | 43 | 24 | 124 | 43 |
| Binary | 10100110 | 1000000 | 1110 | 0 | 111101 | 1011100 | 100011 | 10100 | 1010100 | 100011 |
Color Harmonies of #A6400E
Complementary color
Monochromatic Colors of #A6400E
Black with #A6400E
Text Example
Text Example
White with #A6400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6400E; }
p { color: rgb(166,64,14); }
H1.HeaderClassName
{
color: #A6400E;
}
.AnyTagClassName
{
color: #A6400E;
}
</style>
background-color css
<style>
a { background-color: #A6400E; }
a { background-color: rgb(166,64,14); }
div.DivClassName
{
background-color: #A6400E;
}
.BgClassName
{
background-color: #A6400E;
}
</style>
border-color css
<style>
span { border-color: #A6400E; }
span { border-color: rgb(166,64,14); }
td.TdClassName
{
border-color: #A6400E;
}
.TagClassName
{
border-color: #A6400E;
}
</style>