Shades of Rust #A63406
Tints of Rust #A63406
RGB
CMYK
RGB Variations
Color information
#A63406 (or 0xA63406) is known color: Rust. HEX triplet: A6, 34 and 06. RGB value is (166,52,6). Sum of RGB (Red+Green+Blue) = 166+52+6=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A63406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63406 is #59CBF9. Grayscale: #515151. Windows color (decimal): -5884922 or 406694. OLE color: 406694.
HSL color Cylindrical-coordinate representation of color #A63406: hue angle of 17.25º 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 #A63406 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.35 |
| HSL | 17.25º | 0.93% | 0.34% | - |
| HSV(B) | 17.25º | 0.96% | 0.65% | - |
| XYZ | 16.99 | 10.58 | 1.32 | - |
| YUV | 80.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 6 | 0 | 0.69 | 0.96 | 0.35 | 17.25 | 0.93 | 0.34 |
| Hex | A6 | 34 | 6 | 0 | 45 | 60 | 23 | 11 | 5D | 22 |
| Octal | 246 | 64 | 6 | 0 | 105 | 140 | 43 | 21 | 135 | 42 |
| Binary | 10100110 | 110100 | 110 | 0 | 1000101 | 1100000 | 100011 | 10001 | 1011101 | 100010 |
Color Harmonies of #A63406
Complementary color
Monochromatic Colors of #A63406
Black with #A63406
Text Example
Text Example
White with #A63406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63406; }
p { color: rgb(166,52,6); }
H1.HeaderClassName
{
color: #A63406;
}
.AnyTagClassName
{
color: #A63406;
}
</style>
background-color css
<style>
a { background-color: #A63406; }
a { background-color: rgb(166,52,6); }
div.DivClassName
{
background-color: #A63406;
}
.BgClassName
{
background-color: #A63406;
}
</style>
border-color css
<style>
span { border-color: #A63406; }
span { border-color: rgb(166,52,6); }
td.TdClassName
{
border-color: #A63406;
}
.TagClassName
{
border-color: #A63406;
}
</style>