Shades of Rust #A64515
Tints of Rust #A64515
RGB
CMYK
RGB Variations
Color information
#A64515 (or 0xA64515) is known color: Rust. HEX triplet: A6, 45 and 15. RGB value is (166,69,21). Sum of RGB (Red+Green+Blue) = 166+69+21=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64515 is #59BAEA. Grayscale: #5C5C5C. Windows color (decimal): -5880555 or 1394086. OLE color: 1394086.
HSL color Cylindrical-coordinate representation of color #A64515: hue angle of 19.86º 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 #A64515 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 21 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.35 |
| HSL | 19.86º | 0.78% | 0.37% | - |
| HSV(B) | 19.86º | 0.87% | 0.65% | - |
| XYZ | 17.99 | 12.42 | 2.16 | - |
| YUV | 92.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 21 | 0 | 0.58 | 0.87 | 0.35 | 19.86 | 0.78 | 0.37 |
| Hex | A6 | 45 | 15 | 0 | 3A | 57 | 23 | 14 | 4E | 25 |
| Octal | 246 | 105 | 25 | 0 | 72 | 127 | 43 | 24 | 116 | 45 |
| Binary | 10100110 | 1000101 | 10101 | 0 | 111010 | 1010111 | 100011 | 10100 | 1001110 | 100101 |
Color Harmonies of #A64515
Complementary color
Monochromatic Colors of #A64515
Black with #A64515
Text Example
Text Example
White with #A64515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64515; }
p { color: rgb(166,69,21); }
H1.HeaderClassName
{
color: #A64515;
}
.AnyTagClassName
{
color: #A64515;
}
</style>
background-color css
<style>
a { background-color: #A64515; }
a { background-color: rgb(166,69,21); }
div.DivClassName
{
background-color: #A64515;
}
.BgClassName
{
background-color: #A64515;
}
</style>
border-color css
<style>
span { border-color: #A64515; }
span { border-color: rgb(166,69,21); }
td.TdClassName
{
border-color: #A64515;
}
.TagClassName
{
border-color: #A64515;
}
</style>