Shades of Rust #A64C0E
Tints of Rust #A64C0E
RGB
CMYK
RGB Variations
Color information
#A64C0E (or 0xA64C0E) is known color: Rust. HEX triplet: A6, 4C and 0E. RGB value is (166,76,14). Sum of RGB (Red+Green+Blue) = 166+76+14=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C0E is #59B3F1. Grayscale: #606060. Windows color (decimal): -5878770 or 937126. OLE color: 937126.
HSL color Cylindrical-coordinate representation of color #A64C0E: hue angle of 24.47º 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 #A64C0E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.35 |
| HSL | 24.47º | 0.84% | 0.35% | - |
| HSV(B) | 24.47º | 0.92% | 0.65% | - |
| XYZ | 18.39 | 13.31 | 2.01 | - |
| YUV | 95.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 14 | 0 | 0.54 | 0.92 | 0.35 | 24.47 | 0.84 | 0.35 |
| Hex | A6 | 4C | E | 0 | 36 | 5C | 23 | 18 | 54 | 23 |
| Octal | 246 | 114 | 16 | 0 | 66 | 134 | 43 | 30 | 124 | 43 |
| Binary | 10100110 | 1001100 | 1110 | 0 | 110110 | 1011100 | 100011 | 11000 | 1010100 | 100011 |
Color Harmonies of #A64C0E
Complementary color
Monochromatic Colors of #A64C0E
Black with #A64C0E
Text Example
Text Example
White with #A64C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C0E; }
p { color: rgb(166,76,14); }
H1.HeaderClassName
{
color: #A64C0E;
}
.AnyTagClassName
{
color: #A64C0E;
}
</style>
background-color css
<style>
a { background-color: #A64C0E; }
a { background-color: rgb(166,76,14); }
div.DivClassName
{
background-color: #A64C0E;
}
.BgClassName
{
background-color: #A64C0E;
}
</style>
border-color css
<style>
span { border-color: #A64C0E; }
span { border-color: rgb(166,76,14); }
td.TdClassName
{
border-color: #A64C0E;
}
.TagClassName
{
border-color: #A64C0E;
}
</style>