Shades of Rust #A83416
Tints of Rust #A83416
RGB
CMYK
RGB Variations
Color information
#A83416 (or 0xA83416) is known color: Rust. HEX triplet: A8, 34 and 16. RGB value is (168,52,22). Sum of RGB (Red+Green+Blue) = 168+52+22=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83416 is #57CBE9. Grayscale: #535353. Windows color (decimal): -5753834 or 1455272. OLE color: 1455272.
HSL color Cylindrical-coordinate representation of color #A83416: hue angle of 12.33º 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 #A83416 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.34 |
| HSL | 12.33º | 0.77% | 0.37% | - |
| HSV(B) | 12.33º | 0.87% | 0.66% | - |
| XYZ | 17.52 | 10.84 | 1.93 | - |
| YUV | 83.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 22 | 0 | 0.69 | 0.87 | 0.34 | 12.33 | 0.77 | 0.37 |
| Hex | A8 | 34 | 16 | 0 | 45 | 57 | 22 | C | 4D | 25 |
| Octal | 250 | 64 | 26 | 0 | 105 | 127 | 42 | 14 | 115 | 45 |
| Binary | 10101000 | 110100 | 10110 | 0 | 1000101 | 1010111 | 100010 | 1100 | 1001101 | 100101 |
Color Harmonies of #A83416
Complementary color
Monochromatic Colors of #A83416
Black with #A83416
Text Example
Text Example
White with #A83416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83416; }
p { color: rgb(168,52,22); }
H1.HeaderClassName
{
color: #A83416;
}
.AnyTagClassName
{
color: #A83416;
}
</style>
background-color css
<style>
a { background-color: #A83416; }
a { background-color: rgb(168,52,22); }
div.DivClassName
{
background-color: #A83416;
}
.BgClassName
{
background-color: #A83416;
}
</style>
border-color css
<style>
span { border-color: #A83416; }
span { border-color: rgb(168,52,22); }
td.TdClassName
{
border-color: #A83416;
}
.TagClassName
{
border-color: #A83416;
}
</style>