Shades of Rust #A64115
Tints of Rust #A64115
RGB
CMYK
RGB Variations
Color information
#A64115 (or 0xA64115) is known color: Rust. HEX triplet: A6, 41 and 15. RGB value is (166,65,21). Sum of RGB (Red+Green+Blue) = 166+65+21=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A64115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64115 is #59BEEA. Grayscale: #5A5A5A. Windows color (decimal): -5881579 or 1393062. OLE color: 1393062.
HSL color Cylindrical-coordinate representation of color #A64115: hue angle of 18.21º 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 #A64115 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 21 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.35 |
| HSL | 18.21º | 0.78% | 0.37% | - |
| HSV(B) | 18.21º | 0.87% | 0.65% | - |
| XYZ | 17.75 | 11.94 | 2.08 | - |
| YUV | 90.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 21 | 0 | 0.61 | 0.87 | 0.35 | 18.21 | 0.78 | 0.37 |
| Hex | A6 | 41 | 15 | 0 | 3D | 57 | 23 | 12 | 4E | 25 |
| Octal | 246 | 101 | 25 | 0 | 75 | 127 | 43 | 22 | 116 | 45 |
| Binary | 10100110 | 1000001 | 10101 | 0 | 111101 | 1010111 | 100011 | 10010 | 1001110 | 100101 |
Color Harmonies of #A64115
Complementary color
Monochromatic Colors of #A64115
Black with #A64115
Text Example
Text Example
White with #A64115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64115; }
p { color: rgb(166,65,21); }
H1.HeaderClassName
{
color: #A64115;
}
.AnyTagClassName
{
color: #A64115;
}
</style>
background-color css
<style>
a { background-color: #A64115; }
a { background-color: rgb(166,65,21); }
div.DivClassName
{
background-color: #A64115;
}
.BgClassName
{
background-color: #A64115;
}
</style>
border-color css
<style>
span { border-color: #A64115; }
span { border-color: rgb(166,65,21); }
td.TdClassName
{
border-color: #A64115;
}
.TagClassName
{
border-color: #A64115;
}
</style>