Shades of Rust #A64604
Tints of Rust #A64604
RGB
CMYK
RGB Variations
Color information
#A64604 (or 0xA64604) is known color: Rust. HEX triplet: A6, 46 and 04. RGB value is (166,70,4). Sum of RGB (Red+Green+Blue) = 166+70+4=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A64604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64604 is #59B9FB. Grayscale: #5B5B5B. Windows color (decimal): -5880316 or 280230. OLE color: 280230.
HSL color Cylindrical-coordinate representation of color #A64604: hue angle of 24.44º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A64604 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.35 |
| HSL | 24.44º | 0.95% | 0.33% | - |
| HSV(B) | 24.44º | 0.98% | 0.65% | - |
| XYZ | 17.94 | 12.5 | 1.58 | - |
| YUV | 91.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 4 | 0 | 0.58 | 0.98 | 0.35 | 24.44 | 0.95 | 0.33 |
| Hex | A6 | 46 | 4 | 0 | 3A | 62 | 23 | 18 | 5F | 21 |
| Octal | 246 | 106 | 4 | 0 | 72 | 142 | 43 | 30 | 137 | 41 |
| Binary | 10100110 | 1000110 | 100 | 0 | 111010 | 1100010 | 100011 | 11000 | 1011111 | 100001 |
Color Harmonies of #A64604
Complementary color
Monochromatic Colors of #A64604
Black with #A64604
Text Example
Text Example
White with #A64604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64604; }
p { color: rgb(166,70,4); }
H1.HeaderClassName
{
color: #A64604;
}
.AnyTagClassName
{
color: #A64604;
}
</style>
background-color css
<style>
a { background-color: #A64604; }
a { background-color: rgb(166,70,4); }
div.DivClassName
{
background-color: #A64604;
}
.BgClassName
{
background-color: #A64604;
}
</style>
border-color css
<style>
span { border-color: #A64604; }
span { border-color: rgb(166,70,4); }
td.TdClassName
{
border-color: #A64604;
}
.TagClassName
{
border-color: #A64604;
}
</style>