Shades of Rust #A63E11
Tints of Rust #A63E11
RGB
CMYK
RGB Variations
Color information
#A63E11 (or 0xA63E11) is known color: Rust. HEX triplet: A6, 3E and 11. RGB value is (166,62,17). Sum of RGB (Red+Green+Blue) = 166+62+17=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63E11 is #59C1EE. Grayscale: #585858. Windows color (decimal): -5882351 or 1130150. OLE color: 1130150.
HSL color Cylindrical-coordinate representation of color #A63E11: hue angle of 18.12º 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 #A63E11 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.35 |
| HSL | 18.12º | 0.81% | 0.36% | - |
| HSV(B) | 18.12º | 0.9% | 0.65% | - |
| XYZ | 17.55 | 11.59 | 1.84 | - |
| YUV | 87.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 17 | 0 | 0.63 | 0.90 | 0.35 | 18.12 | 0.81 | 0.36 |
| Hex | A6 | 3E | 11 | 0 | 3F | 5A | 23 | 12 | 51 | 24 |
| Octal | 246 | 76 | 21 | 0 | 77 | 132 | 43 | 22 | 121 | 44 |
| Binary | 10100110 | 111110 | 10001 | 0 | 111111 | 1011010 | 100011 | 10010 | 1010001 | 100100 |
Color Harmonies of #A63E11
Complementary color
Monochromatic Colors of #A63E11
Black with #A63E11
Text Example
Text Example
White with #A63E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E11; }
p { color: rgb(166,62,17); }
H1.HeaderClassName
{
color: #A63E11;
}
.AnyTagClassName
{
color: #A63E11;
}
</style>
background-color css
<style>
a { background-color: #A63E11; }
a { background-color: rgb(166,62,17); }
div.DivClassName
{
background-color: #A63E11;
}
.BgClassName
{
background-color: #A63E11;
}
</style>
border-color css
<style>
span { border-color: #A63E11; }
span { border-color: rgb(166,62,17); }
td.TdClassName
{
border-color: #A63E11;
}
.TagClassName
{
border-color: #A63E11;
}
</style>