Shades of Rust #A63E10
Tints of Rust #A63E10
RGB
CMYK
RGB Variations
Color information
#A63E10 (or 0xA63E10) is known color: Rust. HEX triplet: A6, 3E and 10. RGB value is (166,62,16). Sum of RGB (Red+Green+Blue) = 166+62+16=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63E10 is #59C1EF. Grayscale: #585858. Windows color (decimal): -5882352 or 1064614. OLE color: 1064614.
HSL color Cylindrical-coordinate representation of color #A63E10: hue angle of 18.4º degrees, saturation: 0.82, 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 #A63E10 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 16 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.35 |
| HSL | 18.4º | 0.82% | 0.36% | - |
| HSV(B) | 18.4º | 0.9% | 0.65% | - |
| XYZ | 17.54 | 11.59 | 1.8 | - |
| YUV | 87.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 16 | 0 | 0.63 | 0.90 | 0.35 | 18.4 | 0.82 | 0.36 |
| Hex | A6 | 3E | 10 | 0 | 3F | 5A | 23 | 12 | 52 | 24 |
| Octal | 246 | 76 | 20 | 0 | 77 | 132 | 43 | 22 | 122 | 44 |
| Binary | 10100110 | 111110 | 10000 | 0 | 111111 | 1011010 | 100011 | 10010 | 1010010 | 100100 |
Color Harmonies of #A63E10
Complementary color
Monochromatic Colors of #A63E10
Black with #A63E10
Text Example
Text Example
White with #A63E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E10; }
p { color: rgb(166,62,16); }
H1.HeaderClassName
{
color: #A63E10;
}
.AnyTagClassName
{
color: #A63E10;
}
</style>
background-color css
<style>
a { background-color: #A63E10; }
a { background-color: rgb(166,62,16); }
div.DivClassName
{
background-color: #A63E10;
}
.BgClassName
{
background-color: #A63E10;
}
</style>
border-color css
<style>
span { border-color: #A63E10; }
span { border-color: rgb(166,62,16); }
td.TdClassName
{
border-color: #A63E10;
}
.TagClassName
{
border-color: #A63E10;
}
</style>