Shades of Rust #A63910
Tints of Rust #A63910
RGB
CMYK
RGB Variations
Color information
#A63910 (or 0xA63910) is known color: Rust. HEX triplet: A6, 39 and 10. RGB value is (166,57,16). Sum of RGB (Red+Green+Blue) = 166+57+16=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A63910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63910 is #59C6EF. Grayscale: #555555. Windows color (decimal): -5883632 or 1063334. OLE color: 1063334.
HSL color Cylindrical-coordinate representation of color #A63910: hue angle of 16.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 #A63910 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.35 |
| HSL | 16.4º | 0.82% | 0.36% | - |
| HSV(B) | 16.4º | 0.9% | 0.65% | - |
| XYZ | 17.28 | 11.07 | 1.72 | - |
| YUV | 84.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 16 | 0 | 0.66 | 0.90 | 0.35 | 16.4 | 0.82 | 0.36 |
| Hex | A6 | 39 | 10 | 0 | 42 | 5A | 23 | 10 | 52 | 24 |
| Octal | 246 | 71 | 20 | 0 | 102 | 132 | 43 | 20 | 122 | 44 |
| Binary | 10100110 | 111001 | 10000 | 0 | 1000010 | 1011010 | 100011 | 10000 | 1010010 | 100100 |
Color Harmonies of #A63910
Complementary color
Monochromatic Colors of #A63910
Black with #A63910
Text Example
Text Example
White with #A63910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63910; }
p { color: rgb(166,57,16); }
H1.HeaderClassName
{
color: #A63910;
}
.AnyTagClassName
{
color: #A63910;
}
</style>
background-color css
<style>
a { background-color: #A63910; }
a { background-color: rgb(166,57,16); }
div.DivClassName
{
background-color: #A63910;
}
.BgClassName
{
background-color: #A63910;
}
</style>
border-color css
<style>
span { border-color: #A63910; }
span { border-color: rgb(166,57,16); }
td.TdClassName
{
border-color: #A63910;
}
.TagClassName
{
border-color: #A63910;
}
</style>