Shades of Rust #A84515
Tints of Rust #A84515
RGB
CMYK
RGB Variations
Color information
#A84515 (or 0xA84515) is known color: Rust. HEX triplet: A8, 45 and 15. RGB value is (168,69,21). Sum of RGB (Red+Green+Blue) = 168+69+21=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84515 is #57BAEA. Grayscale: #5D5D5D. Windows color (decimal): -5749483 or 1394088. OLE color: 1394088.
HSL color Cylindrical-coordinate representation of color #A84515: hue angle of 19.59º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84515 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 21 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.34 |
| HSL | 19.59º | 0.78% | 0.37% | - |
| HSV(B) | 19.59º | 0.88% | 0.66% | - |
| XYZ | 18.41 | 12.64 | 2.18 | - |
| YUV | 93.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 21 | 0 | 0.59 | 0.88 | 0.34 | 19.59 | 0.78 | 0.37 |
| Hex | A8 | 45 | 15 | 0 | 3B | 58 | 22 | 14 | 4E | 25 |
| Octal | 250 | 105 | 25 | 0 | 73 | 130 | 42 | 24 | 116 | 45 |
| Binary | 10101000 | 1000101 | 10101 | 0 | 111011 | 1011000 | 100010 | 10100 | 1001110 | 100101 |
Color Harmonies of #A84515
Complementary color
Monochromatic Colors of #A84515
Black with #A84515
Text Example
Text Example
White with #A84515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84515; }
p { color: rgb(168,69,21); }
H1.HeaderClassName
{
color: #A84515;
}
.AnyTagClassName
{
color: #A84515;
}
</style>
background-color css
<style>
a { background-color: #A84515; }
a { background-color: rgb(168,69,21); }
div.DivClassName
{
background-color: #A84515;
}
.BgClassName
{
background-color: #A84515;
}
</style>
border-color css
<style>
span { border-color: #A84515; }
span { border-color: rgb(168,69,21); }
td.TdClassName
{
border-color: #A84515;
}
.TagClassName
{
border-color: #A84515;
}
</style>