Shades of Rust #A63517
Tints of Rust #A63517
RGB
CMYK
RGB Variations
Color information
#A63517 (or 0xA63517) is known color: Rust. HEX triplet: A6, 35 and 17. RGB value is (166,53,23). Sum of RGB (Red+Green+Blue) = 166+53+23=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63517 is #59CAE8. Grayscale: #535353. Windows color (decimal): -5884649 or 1521062. OLE color: 1521062.
HSL color Cylindrical-coordinate representation of color #A63517: hue angle of 12.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A63517 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 23 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.35 |
| HSL | 12.59º | 0.76% | 0.37% | - |
| HSV(B) | 12.59º | 0.86% | 0.65% | - |
| XYZ | 17.15 | 10.72 | 1.97 | - |
| YUV | 83.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 23 | 0 | 0.68 | 0.86 | 0.35 | 12.59 | 0.76 | 0.37 |
| Hex | A6 | 35 | 17 | 0 | 44 | 56 | 23 | D | 4C | 25 |
| Octal | 246 | 65 | 27 | 0 | 104 | 126 | 43 | 15 | 114 | 45 |
| Binary | 10100110 | 110101 | 10111 | 0 | 1000100 | 1010110 | 100011 | 1101 | 1001100 | 100101 |
Color Harmonies of #A63517
Complementary color
Monochromatic Colors of #A63517
Black with #A63517
Text Example
Text Example
White with #A63517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63517; }
p { color: rgb(166,53,23); }
H1.HeaderClassName
{
color: #A63517;
}
.AnyTagClassName
{
color: #A63517;
}
</style>
background-color css
<style>
a { background-color: #A63517; }
a { background-color: rgb(166,53,23); }
div.DivClassName
{
background-color: #A63517;
}
.BgClassName
{
background-color: #A63517;
}
</style>
border-color css
<style>
span { border-color: #A63517; }
span { border-color: rgb(166,53,23); }
td.TdClassName
{
border-color: #A63517;
}
.TagClassName
{
border-color: #A63517;
}
</style>