Shades of Rust #A64514
Tints of Rust #A64514
RGB
CMYK
RGB Variations
Color information
#A64514 (or 0xA64514) is known color: Rust. HEX triplet: A6, 45 and 14. RGB value is (166,69,20). Sum of RGB (Red+Green+Blue) = 166+69+20=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64514 is #59BAEB. Grayscale: #5C5C5C. Windows color (decimal): -5880556 or 1328550. OLE color: 1328550.
HSL color Cylindrical-coordinate representation of color #A64514: hue angle of 20.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A64514 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.35 |
| HSL | 20.14º | 0.78% | 0.36% | - |
| HSV(B) | 20.14º | 0.88% | 0.65% | - |
| XYZ | 17.98 | 12.41 | 2.11 | - |
| YUV | 92.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 20 | 0 | 0.58 | 0.88 | 0.35 | 20.14 | 0.78 | 0.36 |
| Hex | A6 | 45 | 14 | 0 | 3A | 58 | 23 | 14 | 4E | 24 |
| Octal | 246 | 105 | 24 | 0 | 72 | 130 | 43 | 24 | 116 | 44 |
| Binary | 10100110 | 1000101 | 10100 | 0 | 111010 | 1011000 | 100011 | 10100 | 1001110 | 100100 |
Color Harmonies of #A64514
Complementary color
Monochromatic Colors of #A64514
Black with #A64514
Text Example
Text Example
White with #A64514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64514; }
p { color: rgb(166,69,20); }
H1.HeaderClassName
{
color: #A64514;
}
.AnyTagClassName
{
color: #A64514;
}
</style>
background-color css
<style>
a { background-color: #A64514; }
a { background-color: rgb(166,69,20); }
div.DivClassName
{
background-color: #A64514;
}
.BgClassName
{
background-color: #A64514;
}
</style>
border-color css
<style>
span { border-color: #A64514; }
span { border-color: rgb(166,69,20); }
td.TdClassName
{
border-color: #A64514;
}
.TagClassName
{
border-color: #A64514;
}
</style>