Shades of Rust #A64F0E
Tints of Rust #A64F0E
RGB
CMYK
RGB Variations
Color information
#A64F0E (or 0xA64F0E) is known color: Rust. HEX triplet: A6, 4F and 0E. RGB value is (166,79,14). Sum of RGB (Red+Green+Blue) = 166+79+14=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64F0E is #59B0F1. Grayscale: #616161. Windows color (decimal): -5878002 or 937894. OLE color: 937894.
HSL color Cylindrical-coordinate representation of color #A64F0E: hue angle of 25.66º 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 #A64F0E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.35 |
| HSL | 25.66º | 0.84% | 0.35% | - |
| HSV(B) | 25.66º | 0.92% | 0.65% | - |
| XYZ | 18.6 | 13.73 | 2.09 | - |
| YUV | 97.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 14 | 0 | 0.52 | 0.92 | 0.35 | 25.66 | 0.84 | 0.35 |
| Hex | A6 | 4F | E | 0 | 34 | 5C | 23 | 1A | 54 | 23 |
| Octal | 246 | 117 | 16 | 0 | 64 | 134 | 43 | 32 | 124 | 43 |
| Binary | 10100110 | 1001111 | 1110 | 0 | 110100 | 1011100 | 100011 | 11010 | 1010100 | 100011 |
Color Harmonies of #A64F0E
Complementary color
Monochromatic Colors of #A64F0E
Black with #A64F0E
Text Example
Text Example
White with #A64F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F0E; }
p { color: rgb(166,79,14); }
H1.HeaderClassName
{
color: #A64F0E;
}
.AnyTagClassName
{
color: #A64F0E;
}
</style>
background-color css
<style>
a { background-color: #A64F0E; }
a { background-color: rgb(166,79,14); }
div.DivClassName
{
background-color: #A64F0E;
}
.BgClassName
{
background-color: #A64F0E;
}
</style>
border-color css
<style>
span { border-color: #A64F0E; }
span { border-color: rgb(166,79,14); }
td.TdClassName
{
border-color: #A64F0E;
}
.TagClassName
{
border-color: #A64F0E;
}
</style>