Shades of Rust #A64310
Tints of Rust #A64310
RGB
CMYK
RGB Variations
Color information
#A64310 (or 0xA64310) is known color: Rust. HEX triplet: A6, 43 and 10. RGB value is (166,67,16). Sum of RGB (Red+Green+Blue) = 166+67+16=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A64310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64310 is #59BCEF. Grayscale: #5B5B5B. Windows color (decimal): -5881072 or 1065894. OLE color: 1065894.
HSL color Cylindrical-coordinate representation of color #A64310: hue angle of 20.4º 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 #A64310 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.35 |
| HSL | 20.4º | 0.82% | 0.36% | - |
| HSV(B) | 20.4º | 0.9% | 0.65% | - |
| XYZ | 17.83 | 12.16 | 1.9 | - |
| YUV | 90.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 16 | 0 | 0.60 | 0.90 | 0.35 | 20.4 | 0.82 | 0.36 |
| Hex | A6 | 43 | 10 | 0 | 3C | 5A | 23 | 14 | 52 | 24 |
| Octal | 246 | 103 | 20 | 0 | 74 | 132 | 43 | 24 | 122 | 44 |
| Binary | 10100110 | 1000011 | 10000 | 0 | 111100 | 1011010 | 100011 | 10100 | 1010010 | 100100 |
Color Harmonies of #A64310
Complementary color
Monochromatic Colors of #A64310
Black with #A64310
Text Example
Text Example
White with #A64310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64310; }
p { color: rgb(166,67,16); }
H1.HeaderClassName
{
color: #A64310;
}
.AnyTagClassName
{
color: #A64310;
}
</style>
background-color css
<style>
a { background-color: #A64310; }
a { background-color: rgb(166,67,16); }
div.DivClassName
{
background-color: #A64310;
}
.BgClassName
{
background-color: #A64310;
}
</style>
border-color css
<style>
span { border-color: #A64310; }
span { border-color: rgb(166,67,16); }
td.TdClassName
{
border-color: #A64310;
}
.TagClassName
{
border-color: #A64310;
}
</style>