Shades of Rust #A63610
Tints of Rust #A63610
RGB
CMYK
RGB Variations
Color information
#A63610 (or 0xA63610) is known color: Rust. HEX triplet: A6, 36 and 10. RGB value is (166,54,16). Sum of RGB (Red+Green+Blue) = 166+54+16=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A63610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63610 is #59C9EF. Grayscale: #535353. Windows color (decimal): -5884400 or 1062566. OLE color: 1062566.
HSL color Cylindrical-coordinate representation of color #A63610: hue angle of 15.2º 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 #A63610 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 16 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.35 |
| HSL | 15.2º | 0.82% | 0.36% | - |
| HSV(B) | 15.2º | 0.9% | 0.65% | - |
| XYZ | 17.14 | 10.78 | 1.67 | - |
| YUV | 83.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 16 | 0 | 0.67 | 0.90 | 0.35 | 15.2 | 0.82 | 0.36 |
| Hex | A6 | 36 | 10 | 0 | 43 | 5A | 23 | F | 52 | 24 |
| Octal | 246 | 66 | 20 | 0 | 103 | 132 | 43 | 17 | 122 | 44 |
| Binary | 10100110 | 110110 | 10000 | 0 | 1000011 | 1011010 | 100011 | 1111 | 1010010 | 100100 |
Color Harmonies of #A63610
Complementary color
Monochromatic Colors of #A63610
Black with #A63610
Text Example
Text Example
White with #A63610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63610; }
p { color: rgb(166,54,16); }
H1.HeaderClassName
{
color: #A63610;
}
.AnyTagClassName
{
color: #A63610;
}
</style>
background-color css
<style>
a { background-color: #A63610; }
a { background-color: rgb(166,54,16); }
div.DivClassName
{
background-color: #A63610;
}
.BgClassName
{
background-color: #A63610;
}
</style>
border-color css
<style>
span { border-color: #A63610; }
span { border-color: rgb(166,54,16); }
td.TdClassName
{
border-color: #A63610;
}
.TagClassName
{
border-color: #A63610;
}
</style>