Shades of Rust #A63506
Tints of Rust #A63506
RGB
CMYK
RGB Variations
Color information
#A63506 (or 0xA63506) is known color: Rust. HEX triplet: A6, 35 and 06. RGB value is (166,53,6). Sum of RGB (Red+Green+Blue) = 166+53+6=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A63506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63506 is #59CAF9. Grayscale: #515151. Windows color (decimal): -5884666 or 406950. OLE color: 406950.
HSL color Cylindrical-coordinate representation of color #A63506: hue angle of 17.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A63506 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.35 |
| HSL | 17.63º | 0.93% | 0.34% | - |
| HSV(B) | 17.63º | 0.96% | 0.65% | - |
| XYZ | 17.03 | 10.67 | 1.33 | - |
| YUV | 81.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 6 | 0 | 0.68 | 0.96 | 0.35 | 17.63 | 0.93 | 0.34 |
| Hex | A6 | 35 | 6 | 0 | 44 | 60 | 23 | 12 | 5D | 22 |
| Octal | 246 | 65 | 6 | 0 | 104 | 140 | 43 | 22 | 135 | 42 |
| Binary | 10100110 | 110101 | 110 | 0 | 1000100 | 1100000 | 100011 | 10010 | 1011101 | 100010 |
Color Harmonies of #A63506
Complementary color
Monochromatic Colors of #A63506
Black with #A63506
Text Example
Text Example
White with #A63506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63506; }
p { color: rgb(166,53,6); }
H1.HeaderClassName
{
color: #A63506;
}
.AnyTagClassName
{
color: #A63506;
}
</style>
background-color css
<style>
a { background-color: #A63506; }
a { background-color: rgb(166,53,6); }
div.DivClassName
{
background-color: #A63506;
}
.BgClassName
{
background-color: #A63506;
}
</style>
border-color css
<style>
span { border-color: #A63506; }
span { border-color: rgb(166,53,6); }
td.TdClassName
{
border-color: #A63506;
}
.TagClassName
{
border-color: #A63506;
}
</style>