Shades of Rust #A64F0D
Tints of Rust #A64F0D
RGB
CMYK
RGB Variations
Color information
#A64F0D (or 0xA64F0D) is known color: Rust. HEX triplet: A6, 4F and 0D. RGB value is (166,79,13). Sum of RGB (Red+Green+Blue) = 166+79+13=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64F0D is #59B0F2. Grayscale: #616161. Windows color (decimal): -5878003 or 872358. OLE color: 872358.
HSL color Cylindrical-coordinate representation of color #A64F0D: hue angle of 25.88º degrees, saturation: 0.85, 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 #A64F0D is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 13 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.35 |
| HSL | 25.88º | 0.85% | 0.35% | - |
| HSV(B) | 25.88º | 0.92% | 0.65% | - |
| XYZ | 18.59 | 13.73 | 2.05 | - |
| YUV | 97.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 13 | 0 | 0.52 | 0.92 | 0.35 | 25.88 | 0.85 | 0.35 |
| Hex | A6 | 4F | D | 0 | 34 | 5C | 23 | 1A | 55 | 23 |
| Octal | 246 | 117 | 15 | 0 | 64 | 134 | 43 | 32 | 125 | 43 |
| Binary | 10100110 | 1001111 | 1101 | 0 | 110100 | 1011100 | 100011 | 11010 | 1010101 | 100011 |
Color Harmonies of #A64F0D
Complementary color
Monochromatic Colors of #A64F0D
Black with #A64F0D
Text Example
Text Example
White with #A64F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F0D; }
p { color: rgb(166,79,13); }
H1.HeaderClassName
{
color: #A64F0D;
}
.AnyTagClassName
{
color: #A64F0D;
}
</style>
background-color css
<style>
a { background-color: #A64F0D; }
a { background-color: rgb(166,79,13); }
div.DivClassName
{
background-color: #A64F0D;
}
.BgClassName
{
background-color: #A64F0D;
}
</style>
border-color css
<style>
span { border-color: #A64F0D; }
span { border-color: rgb(166,79,13); }
td.TdClassName
{
border-color: #A64F0D;
}
.TagClassName
{
border-color: #A64F0D;
}
</style>