Shades of Rust #A64315
Tints of Rust #A64315
RGB
CMYK
RGB Variations
Color information
#A64315 (or 0xA64315) is known color: Rust. HEX triplet: A6, 43 and 15. RGB value is (166,67,21). Sum of RGB (Red+Green+Blue) = 166+67+21=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A64315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64315 is #59BCEA. Grayscale: #5B5B5B. Windows color (decimal): -5881067 or 1393574. OLE color: 1393574.
HSL color Cylindrical-coordinate representation of color #A64315: hue angle of 19.03º 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 #A64315 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 21 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.35 |
| HSL | 19.03º | 0.78% | 0.37% | - |
| HSV(B) | 19.03º | 0.87% | 0.65% | - |
| XYZ | 17.87 | 12.18 | 2.12 | - |
| YUV | 91.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 21 | 0 | 0.60 | 0.87 | 0.35 | 19.03 | 0.78 | 0.37 |
| Hex | A6 | 43 | 15 | 0 | 3C | 57 | 23 | 13 | 4E | 25 |
| Octal | 246 | 103 | 25 | 0 | 74 | 127 | 43 | 23 | 116 | 45 |
| Binary | 10100110 | 1000011 | 10101 | 0 | 111100 | 1010111 | 100011 | 10011 | 1001110 | 100101 |
Color Harmonies of #A64315
Complementary color
Monochromatic Colors of #A64315
Black with #A64315
Text Example
Text Example
White with #A64315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64315; }
p { color: rgb(166,67,21); }
H1.HeaderClassName
{
color: #A64315;
}
.AnyTagClassName
{
color: #A64315;
}
</style>
background-color css
<style>
a { background-color: #A64315; }
a { background-color: rgb(166,67,21); }
div.DivClassName
{
background-color: #A64315;
}
.BgClassName
{
background-color: #A64315;
}
</style>
border-color css
<style>
span { border-color: #A64315; }
span { border-color: rgb(166,67,21); }
td.TdClassName
{
border-color: #A64315;
}
.TagClassName
{
border-color: #A64315;
}
</style>