Shades of Rust #A63116
Tints of Rust #A63116
RGB
CMYK
RGB Variations
Color information
#A63116 (or 0xA63116) is known color: Rust. HEX triplet: A6, 31 and 16. RGB value is (166,49,22). Sum of RGB (Red+Green+Blue) = 166+49+22=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A63116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63116 is #59CEE9. Grayscale: #515151. Windows color (decimal): -5885674 or 1454502. OLE color: 1454502.
HSL color Cylindrical-coordinate representation of color #A63116: hue angle of 11.25º 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 #A63116 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 22 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.35 |
| HSL | 11.25º | 0.77% | 0.37% | - |
| HSV(B) | 11.25º | 0.87% | 0.65% | - |
| XYZ | 16.97 | 10.36 | 1.86 | - |
| YUV | 80.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 22 | 0 | 0.70 | 0.87 | 0.35 | 11.25 | 0.77 | 0.37 |
| Hex | A6 | 31 | 16 | 0 | 46 | 57 | 23 | B | 4D | 25 |
| Octal | 246 | 61 | 26 | 0 | 106 | 127 | 43 | 13 | 115 | 45 |
| Binary | 10100110 | 110001 | 10110 | 0 | 1000110 | 1010111 | 100011 | 1011 | 1001101 | 100101 |
Color Harmonies of #A63116
Complementary color
Monochromatic Colors of #A63116
Black with #A63116
Text Example
Text Example
White with #A63116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63116; }
p { color: rgb(166,49,22); }
H1.HeaderClassName
{
color: #A63116;
}
.AnyTagClassName
{
color: #A63116;
}
</style>
background-color css
<style>
a { background-color: #A63116; }
a { background-color: rgb(166,49,22); }
div.DivClassName
{
background-color: #A63116;
}
.BgClassName
{
background-color: #A63116;
}
</style>
border-color css
<style>
span { border-color: #A63116; }
span { border-color: rgb(166,49,22); }
td.TdClassName
{
border-color: #A63116;
}
.TagClassName
{
border-color: #A63116;
}
</style>