Shades of Rust #A63715
Tints of Rust #A63715
RGB
CMYK
RGB Variations
Color information
#A63715 (or 0xA63715) is known color: Rust. HEX triplet: A6, 37 and 15. RGB value is (166,55,21). Sum of RGB (Red+Green+Blue) = 166+55+21=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63715 is #59C8EA. Grayscale: #545454. Windows color (decimal): -5884139 or 1390502. OLE color: 1390502.
HSL color Cylindrical-coordinate representation of color #A63715: hue angle of 14.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A63715 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 21 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.35 |
| HSL | 14.07º | 0.78% | 0.37% | - |
| HSV(B) | 14.07º | 0.87% | 0.65% | - |
| XYZ | 17.23 | 10.89 | 1.9 | - |
| YUV | 84.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 21 | 0 | 0.67 | 0.87 | 0.35 | 14.07 | 0.78 | 0.37 |
| Hex | A6 | 37 | 15 | 0 | 43 | 57 | 23 | E | 4E | 25 |
| Octal | 246 | 67 | 25 | 0 | 103 | 127 | 43 | 16 | 116 | 45 |
| Binary | 10100110 | 110111 | 10101 | 0 | 1000011 | 1010111 | 100011 | 1110 | 1001110 | 100101 |
Color Harmonies of #A63715
Complementary color
Monochromatic Colors of #A63715
Black with #A63715
Text Example
Text Example
White with #A63715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63715; }
p { color: rgb(166,55,21); }
H1.HeaderClassName
{
color: #A63715;
}
.AnyTagClassName
{
color: #A63715;
}
</style>
background-color css
<style>
a { background-color: #A63715; }
a { background-color: rgb(166,55,21); }
div.DivClassName
{
background-color: #A63715;
}
.BgClassName
{
background-color: #A63715;
}
</style>
border-color css
<style>
span { border-color: #A63715; }
span { border-color: rgb(166,55,21); }
td.TdClassName
{
border-color: #A63715;
}
.TagClassName
{
border-color: #A63715;
}
</style>