Shades of Rust #A63316
Tints of Rust #A63316
RGB
CMYK
RGB Variations
Color information
#A63316 (or 0xA63316) is known color: Rust. HEX triplet: A6, 33 and 16. RGB value is (166,51,22). Sum of RGB (Red+Green+Blue) = 166+51+22=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A63316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63316 is #59CCE9. Grayscale: #525252. Windows color (decimal): -5885162 or 1455014. OLE color: 1455014.
HSL color Cylindrical-coordinate representation of color #A63316: hue angle of 12.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A63316 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.35 |
| HSL | 12.08º | 0.77% | 0.37% | - |
| HSV(B) | 12.08º | 0.87% | 0.65% | - |
| XYZ | 17.05 | 10.53 | 1.89 | - |
| YUV | 82.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 22 | 0 | 0.69 | 0.87 | 0.35 | 12.08 | 0.77 | 0.37 |
| Hex | A6 | 33 | 16 | 0 | 45 | 57 | 23 | C | 4D | 25 |
| Octal | 246 | 63 | 26 | 0 | 105 | 127 | 43 | 14 | 115 | 45 |
| Binary | 10100110 | 110011 | 10110 | 0 | 1000101 | 1010111 | 100011 | 1100 | 1001101 | 100101 |
Color Harmonies of #A63316
Complementary color
Monochromatic Colors of #A63316
Black with #A63316
Text Example
Text Example
White with #A63316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63316; }
p { color: rgb(166,51,22); }
H1.HeaderClassName
{
color: #A63316;
}
.AnyTagClassName
{
color: #A63316;
}
</style>
background-color css
<style>
a { background-color: #A63316; }
a { background-color: rgb(166,51,22); }
div.DivClassName
{
background-color: #A63316;
}
.BgClassName
{
background-color: #A63316;
}
</style>
border-color css
<style>
span { border-color: #A63316; }
span { border-color: rgb(166,51,22); }
td.TdClassName
{
border-color: #A63316;
}
.TagClassName
{
border-color: #A63316;
}
</style>