Shades of Rust #A63512
Tints of Rust #A63512
RGB
CMYK
RGB Variations
Color information
#A63512 (or 0xA63512) is known color: Rust. HEX triplet: A6, 35 and 12. RGB value is (166,53,18). Sum of RGB (Red+Green+Blue) = 166+53+18=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A63512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63512 is #59CAED. Grayscale: #535353. Windows color (decimal): -5884654 or 1193382. OLE color: 1193382.
HSL color Cylindrical-coordinate representation of color #A63512: hue angle of 14.19º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A63512 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 18 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.35 |
| HSL | 14.19º | 0.8% | 0.36% | - |
| HSV(B) | 14.19º | 0.89% | 0.65% | - |
| XYZ | 17.11 | 10.7 | 1.74 | - |
| YUV | 82.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 18 | 0 | 0.68 | 0.89 | 0.35 | 14.19 | 0.8 | 0.36 |
| Hex | A6 | 35 | 12 | 0 | 44 | 59 | 23 | E | 50 | 24 |
| Octal | 246 | 65 | 22 | 0 | 104 | 131 | 43 | 16 | 120 | 44 |
| Binary | 10100110 | 110101 | 10010 | 0 | 1000100 | 1011001 | 100011 | 1110 | 1010000 | 100100 |
Color Harmonies of #A63512
Complementary color
Monochromatic Colors of #A63512
Black with #A63512
Text Example
Text Example
White with #A63512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63512; }
p { color: rgb(166,53,18); }
H1.HeaderClassName
{
color: #A63512;
}
.AnyTagClassName
{
color: #A63512;
}
</style>
background-color css
<style>
a { background-color: #A63512; }
a { background-color: rgb(166,53,18); }
div.DivClassName
{
background-color: #A63512;
}
.BgClassName
{
background-color: #A63512;
}
</style>
border-color css
<style>
span { border-color: #A63512; }
span { border-color: rgb(166,53,18); }
td.TdClassName
{
border-color: #A63512;
}
.TagClassName
{
border-color: #A63512;
}
</style>