Shades of Rust #A84915
Tints of Rust #A84915
RGB
CMYK
RGB Variations
Color information
#A84915 (or 0xA84915) is known color: Rust. HEX triplet: A8, 49 and 15. RGB value is (168,73,21). Sum of RGB (Red+Green+Blue) = 168+73+21=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A84915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84915 is #57B6EA. Grayscale: #5F5F5F. Windows color (decimal): -5748459 or 1395112. OLE color: 1395112.
HSL color Cylindrical-coordinate representation of color #A84915: hue angle of 21.22º 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 #A84915 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 21 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.34 |
| HSL | 21.22º | 0.78% | 0.37% | - |
| HSV(B) | 21.22º | 0.88% | 0.66% | - |
| XYZ | 18.67 | 13.14 | 2.26 | - |
| YUV | 95.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 21 | 0 | 0.57 | 0.88 | 0.34 | 21.22 | 0.78 | 0.37 |
| Hex | A8 | 49 | 15 | 0 | 39 | 58 | 22 | 15 | 4E | 25 |
| Octal | 250 | 111 | 25 | 0 | 71 | 130 | 42 | 25 | 116 | 45 |
| Binary | 10101000 | 1001001 | 10101 | 0 | 111001 | 1011000 | 100010 | 10101 | 1001110 | 100101 |
Color Harmonies of #A84915
Complementary color
Monochromatic Colors of #A84915
Black with #A84915
Text Example
Text Example
White with #A84915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84915; }
p { color: rgb(168,73,21); }
H1.HeaderClassName
{
color: #A84915;
}
.AnyTagClassName
{
color: #A84915;
}
</style>
background-color css
<style>
a { background-color: #A84915; }
a { background-color: rgb(168,73,21); }
div.DivClassName
{
background-color: #A84915;
}
.BgClassName
{
background-color: #A84915;
}
</style>
border-color css
<style>
span { border-color: #A84915; }
span { border-color: rgb(168,73,21); }
td.TdClassName
{
border-color: #A84915;
}
.TagClassName
{
border-color: #A84915;
}
</style>