Shades of Rust #A83116
Tints of Rust #A83116
RGB
CMYK
RGB Variations
Color information
#A83116 (or 0xA83116) is known color: Rust. HEX triplet: A8, 31 and 16. RGB value is (168,49,22). Sum of RGB (Red+Green+Blue) = 168+49+22=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A83116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83116 is #57CEE9. Grayscale: #515151. Windows color (decimal): -5754602 or 1454504. OLE color: 1454504.
HSL color Cylindrical-coordinate representation of color #A83116: hue angle of 11.1º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A83116 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 22 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.34 |
| HSL | 11.1º | 0.77% | 0.37% | - |
| HSV(B) | 11.1º | 0.87% | 0.66% | - |
| XYZ | 17.39 | 10.58 | 1.88 | - |
| YUV | 81.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 22 | 0 | 0.71 | 0.87 | 0.34 | 11.1 | 0.77 | 0.37 |
| Hex | A8 | 31 | 16 | 0 | 47 | 57 | 22 | B | 4D | 25 |
| Octal | 250 | 61 | 26 | 0 | 107 | 127 | 42 | 13 | 115 | 45 |
| Binary | 10101000 | 110001 | 10110 | 0 | 1000111 | 1010111 | 100010 | 1011 | 1001101 | 100101 |
Color Harmonies of #A83116
Complementary color
Monochromatic Colors of #A83116
Black with #A83116
Text Example
Text Example
White with #A83116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83116; }
p { color: rgb(168,49,22); }
H1.HeaderClassName
{
color: #A83116;
}
.AnyTagClassName
{
color: #A83116;
}
</style>
background-color css
<style>
a { background-color: #A83116; }
a { background-color: rgb(168,49,22); }
div.DivClassName
{
background-color: #A83116;
}
.BgClassName
{
background-color: #A83116;
}
</style>
border-color css
<style>
span { border-color: #A83116; }
span { border-color: rgb(168,49,22); }
td.TdClassName
{
border-color: #A83116;
}
.TagClassName
{
border-color: #A83116;
}
</style>