Shades of Rust #A63006
Tints of Rust #A63006
RGB
CMYK
RGB Variations
Color information
#A63006 (or 0xA63006) is known color: Rust. HEX triplet: A6, 30 and 06. RGB value is (166,48,6). Sum of RGB (Red+Green+Blue) = 166+48+6=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A63006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63006 is #59CFF9. Grayscale: #4E4E4E. Windows color (decimal): -5885946 or 405670. OLE color: 405670.
HSL color Cylindrical-coordinate representation of color #A63006: hue angle of 15.75º 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 #A63006 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.35 |
| HSL | 15.75º | 0.93% | 0.34% | - |
| HSV(B) | 15.75º | 0.96% | 0.65% | - |
| XYZ | 16.82 | 10.23 | 1.26 | - |
| YUV | 78.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 6 | 0 | 0.71 | 0.96 | 0.35 | 15.75 | 0.93 | 0.34 |
| Hex | A6 | 30 | 6 | 0 | 47 | 60 | 23 | 10 | 5D | 22 |
| Octal | 246 | 60 | 6 | 0 | 107 | 140 | 43 | 20 | 135 | 42 |
| Binary | 10100110 | 110000 | 110 | 0 | 1000111 | 1100000 | 100011 | 10000 | 1011101 | 100010 |
Color Harmonies of #A63006
Complementary color
Monochromatic Colors of #A63006
Black with #A63006
Text Example
Text Example
White with #A63006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63006; }
p { color: rgb(166,48,6); }
H1.HeaderClassName
{
color: #A63006;
}
.AnyTagClassName
{
color: #A63006;
}
</style>
background-color css
<style>
a { background-color: #A63006; }
a { background-color: rgb(166,48,6); }
div.DivClassName
{
background-color: #A63006;
}
.BgClassName
{
background-color: #A63006;
}
</style>
border-color css
<style>
span { border-color: #A63006; }
span { border-color: rgb(166,48,6); }
td.TdClassName
{
border-color: #A63006;
}
.TagClassName
{
border-color: #A63006;
}
</style>