Shades of Rust #A62906
Tints of Rust #A62906
RGB
CMYK
RGB Variations
Color information
#A62906 (or 0xA62906) is known color: Rust. HEX triplet: A6, 29 and 06. RGB value is (166,41,6). Sum of RGB (Red+Green+Blue) = 166+41+6=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A62906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62906 is #59D6F9. Grayscale: #4A4A4A. Windows color (decimal): -5887738 or 403878. OLE color: 403878.
HSL color Cylindrical-coordinate representation of color #A62906: hue angle of 13.12º 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 #A62906 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.35 |
| HSL | 13.13º | 0.93% | 0.34% | - |
| HSV(B) | 13.13º | 0.96% | 0.65% | - |
| XYZ | 16.55 | 9.71 | 1.17 | - |
| YUV | 74.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 6 | 0 | 0.75 | 0.96 | 0.35 | 13.13 | 0.93 | 0.34 |
| Hex | A6 | 29 | 6 | 0 | 4B | 60 | 23 | D | 5D | 22 |
| Octal | 246 | 51 | 6 | 0 | 113 | 140 | 43 | 15 | 135 | 42 |
| Binary | 10100110 | 101001 | 110 | 0 | 1001011 | 1100000 | 100011 | 1101 | 1011101 | 100010 |
Color Harmonies of #A62906
Complementary color
Monochromatic Colors of #A62906
Black with #A62906
Text Example
Text Example
White with #A62906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62906; }
p { color: rgb(166,41,6); }
H1.HeaderClassName
{
color: #A62906;
}
.AnyTagClassName
{
color: #A62906;
}
</style>
background-color css
<style>
a { background-color: #A62906; }
a { background-color: rgb(166,41,6); }
div.DivClassName
{
background-color: #A62906;
}
.BgClassName
{
background-color: #A62906;
}
</style>
border-color css
<style>
span { border-color: #A62906; }
span { border-color: rgb(166,41,6); }
td.TdClassName
{
border-color: #A62906;
}
.TagClassName
{
border-color: #A62906;
}
</style>