Shades of Rust #A63C11
Tints of Rust #A63C11
RGB
CMYK
RGB Variations
Color information
#A63C11 (or 0xA63C11) is known color: Rust. HEX triplet: A6, 3C and 11. RGB value is (166,60,17). Sum of RGB (Red+Green+Blue) = 166+60+17=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C11 is #59C3EE. Grayscale: #575757. Windows color (decimal): -5882863 or 1129638. OLE color: 1129638.
HSL color Cylindrical-coordinate representation of color #A63C11: hue angle of 17.32º 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 #A63C11 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 17 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.35 |
| HSL | 17.32º | 0.81% | 0.36% | - |
| HSV(B) | 17.32º | 0.9% | 0.65% | - |
| XYZ | 17.44 | 11.38 | 1.81 | - |
| YUV | 86.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 17 | 0 | 0.64 | 0.90 | 0.35 | 17.32 | 0.81 | 0.36 |
| Hex | A6 | 3C | 11 | 0 | 40 | 5A | 23 | 11 | 51 | 24 |
| Octal | 246 | 74 | 21 | 0 | 100 | 132 | 43 | 21 | 121 | 44 |
| Binary | 10100110 | 111100 | 10001 | 0 | 1000000 | 1011010 | 100011 | 10001 | 1010001 | 100100 |
Color Harmonies of #A63C11
Complementary color
Monochromatic Colors of #A63C11
Black with #A63C11
Text Example
Text Example
White with #A63C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C11; }
p { color: rgb(166,60,17); }
H1.HeaderClassName
{
color: #A63C11;
}
.AnyTagClassName
{
color: #A63C11;
}
</style>
background-color css
<style>
a { background-color: #A63C11; }
a { background-color: rgb(166,60,17); }
div.DivClassName
{
background-color: #A63C11;
}
.BgClassName
{
background-color: #A63C11;
}
</style>
border-color css
<style>
span { border-color: #A63C11; }
span { border-color: rgb(166,60,17); }
td.TdClassName
{
border-color: #A63C11;
}
.TagClassName
{
border-color: #A63C11;
}
</style>