Shades of Rust #A64014
Tints of Rust #A64014
RGB
CMYK
RGB Variations
Color information
#A64014 (or 0xA64014) is known color: Rust. HEX triplet: A6, 40 and 14. RGB value is (166,64,20). Sum of RGB (Red+Green+Blue) = 166+64+20=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A64014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64014 is #59BFEB. Grayscale: #595959. Windows color (decimal): -5881836 or 1327270. OLE color: 1327270.
HSL color Cylindrical-coordinate representation of color #A64014: hue angle of 18.08º 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 #A64014 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 20 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.35 |
| HSL | 18.08º | 0.78% | 0.36% | - |
| HSV(B) | 18.08º | 0.88% | 0.65% | - |
| XYZ | 17.69 | 11.82 | 2.01 | - |
| YUV | 89.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 20 | 0 | 0.61 | 0.88 | 0.35 | 18.08 | 0.78 | 0.36 |
| Hex | A6 | 40 | 14 | 0 | 3D | 58 | 23 | 12 | 4E | 24 |
| Octal | 246 | 100 | 24 | 0 | 75 | 130 | 43 | 22 | 116 | 44 |
| Binary | 10100110 | 1000000 | 10100 | 0 | 111101 | 1011000 | 100011 | 10010 | 1001110 | 100100 |
Color Harmonies of #A64014
Complementary color
Monochromatic Colors of #A64014
Black with #A64014
Text Example
Text Example
White with #A64014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64014; }
p { color: rgb(166,64,20); }
H1.HeaderClassName
{
color: #A64014;
}
.AnyTagClassName
{
color: #A64014;
}
</style>
background-color css
<style>
a { background-color: #A64014; }
a { background-color: rgb(166,64,20); }
div.DivClassName
{
background-color: #A64014;
}
.BgClassName
{
background-color: #A64014;
}
</style>
border-color css
<style>
span { border-color: #A64014; }
span { border-color: rgb(166,64,20); }
td.TdClassName
{
border-color: #A64014;
}
.TagClassName
{
border-color: #A64014;
}
</style>