Shades of Rust #A64010
Tints of Rust #A64010
RGB
CMYK
RGB Variations
Color information
#A64010 (or 0xA64010) is known color: Rust. HEX triplet: A6, 40 and 10. RGB value is (166,64,16). Sum of RGB (Red+Green+Blue) = 166+64+16=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A64010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64010 is #59BFEF. Grayscale: #595959. Windows color (decimal): -5881840 or 1065126. OLE color: 1065126.
HSL color Cylindrical-coordinate representation of color #A64010: hue angle of 19.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64010 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 16 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.35 |
| HSL | 19.2º | 0.82% | 0.36% | - |
| HSV(B) | 19.2º | 0.9% | 0.65% | - |
| XYZ | 17.65 | 11.81 | 1.84 | - |
| YUV | 89.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 16 | 0 | 0.61 | 0.90 | 0.35 | 19.2 | 0.82 | 0.36 |
| Hex | A6 | 40 | 10 | 0 | 3D | 5A | 23 | 13 | 52 | 24 |
| Octal | 246 | 100 | 20 | 0 | 75 | 132 | 43 | 23 | 122 | 44 |
| Binary | 10100110 | 1000000 | 10000 | 0 | 111101 | 1011010 | 100011 | 10011 | 1010010 | 100100 |
Color Harmonies of #A64010
Complementary color
Monochromatic Colors of #A64010
Black with #A64010
Text Example
Text Example
White with #A64010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64010; }
p { color: rgb(166,64,16); }
H1.HeaderClassName
{
color: #A64010;
}
.AnyTagClassName
{
color: #A64010;
}
</style>
background-color css
<style>
a { background-color: #A64010; }
a { background-color: rgb(166,64,16); }
div.DivClassName
{
background-color: #A64010;
}
.BgClassName
{
background-color: #A64010;
}
</style>
border-color css
<style>
span { border-color: #A64010; }
span { border-color: rgb(166,64,16); }
td.TdClassName
{
border-color: #A64010;
}
.TagClassName
{
border-color: #A64010;
}
</style>