Shades of Rust #A63B06
Tints of Rust #A63B06
RGB
CMYK
RGB Variations
Color information
#A63B06 (or 0xA63B06) is known color: Rust. HEX triplet: A6, 3B and 06. RGB value is (166,59,6). Sum of RGB (Red+Green+Blue) = 166+59+6=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63B06 is #59C4F9. Grayscale: #555555. Windows color (decimal): -5883130 or 408486. OLE color: 408486.
HSL color Cylindrical-coordinate representation of color #A63B06: hue angle of 19.88º 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 #A63B06 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 6 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.35 |
| HSL | 19.88º | 0.93% | 0.34% | - |
| HSV(B) | 19.88º | 0.96% | 0.65% | - |
| XYZ | 17.32 | 11.25 | 1.43 | - |
| YUV | 84.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 6 | 0 | 0.64 | 0.96 | 0.35 | 19.88 | 0.93 | 0.34 |
| Hex | A6 | 3B | 6 | 0 | 40 | 60 | 23 | 14 | 5D | 22 |
| Octal | 246 | 73 | 6 | 0 | 100 | 140 | 43 | 24 | 135 | 42 |
| Binary | 10100110 | 111011 | 110 | 0 | 1000000 | 1100000 | 100011 | 10100 | 1011101 | 100010 |
Color Harmonies of #A63B06
Complementary color
Monochromatic Colors of #A63B06
Black with #A63B06
Text Example
Text Example
White with #A63B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B06; }
p { color: rgb(166,59,6); }
H1.HeaderClassName
{
color: #A63B06;
}
.AnyTagClassName
{
color: #A63B06;
}
</style>
background-color css
<style>
a { background-color: #A63B06; }
a { background-color: rgb(166,59,6); }
div.DivClassName
{
background-color: #A63B06;
}
.BgClassName
{
background-color: #A63B06;
}
</style>
border-color css
<style>
span { border-color: #A63B06; }
span { border-color: rgb(166,59,6); }
td.TdClassName
{
border-color: #A63B06;
}
.TagClassName
{
border-color: #A63B06;
}
</style>