Shades of Rust #A63B11
Tints of Rust #A63B11
RGB
CMYK
RGB Variations
Color information
#A63B11 (or 0xA63B11) is known color: Rust. HEX triplet: A6, 3B and 11. RGB value is (166,59,17). Sum of RGB (Red+Green+Blue) = 166+59+17=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63B11 is #59C4EE. Grayscale: #565656. Windows color (decimal): -5883119 or 1129382. OLE color: 1129382.
HSL color Cylindrical-coordinate representation of color #A63B11: hue angle of 16.91º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63B11 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 17 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.35 |
| HSL | 16.91º | 0.81% | 0.36% | - |
| HSV(B) | 16.91º | 0.9% | 0.65% | - |
| XYZ | 17.39 | 11.28 | 1.79 | - |
| YUV | 86.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 17 | 0 | 0.64 | 0.90 | 0.35 | 16.91 | 0.81 | 0.36 |
| Hex | A6 | 3B | 11 | 0 | 40 | 5A | 23 | 11 | 51 | 24 |
| Octal | 246 | 73 | 21 | 0 | 100 | 132 | 43 | 21 | 121 | 44 |
| Binary | 10100110 | 111011 | 10001 | 0 | 1000000 | 1011010 | 100011 | 10001 | 1010001 | 100100 |
Color Harmonies of #A63B11
Complementary color
Monochromatic Colors of #A63B11
Black with #A63B11
Text Example
Text Example
White with #A63B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B11; }
p { color: rgb(166,59,17); }
H1.HeaderClassName
{
color: #A63B11;
}
.AnyTagClassName
{
color: #A63B11;
}
</style>
background-color css
<style>
a { background-color: #A63B11; }
a { background-color: rgb(166,59,17); }
div.DivClassName
{
background-color: #A63B11;
}
.BgClassName
{
background-color: #A63B11;
}
</style>
border-color css
<style>
span { border-color: #A63B11; }
span { border-color: rgb(166,59,17); }
td.TdClassName
{
border-color: #A63B11;
}
.TagClassName
{
border-color: #A63B11;
}
</style>