Shades of Rust #A83516
Tints of Rust #A83516
RGB
CMYK
RGB Variations
Color information
#A83516 (or 0xA83516) is known color: Rust. HEX triplet: A8, 35 and 16. RGB value is (168,53,22). Sum of RGB (Red+Green+Blue) = 168+53+22=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83516 is #57CAE9. Grayscale: #545454. Windows color (decimal): -5753578 or 1455528. OLE color: 1455528.
HSL color Cylindrical-coordinate representation of color #A83516: hue angle of 12.74º 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 #A83516 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 22 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.34 |
| HSL | 12.74º | 0.77% | 0.37% | - |
| HSV(B) | 12.74º | 0.87% | 0.66% | - |
| XYZ | 17.57 | 10.93 | 1.94 | - |
| YUV | 83.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 22 | 0 | 0.68 | 0.87 | 0.34 | 12.74 | 0.77 | 0.37 |
| Hex | A8 | 35 | 16 | 0 | 44 | 57 | 22 | D | 4D | 25 |
| Octal | 250 | 65 | 26 | 0 | 104 | 127 | 42 | 15 | 115 | 45 |
| Binary | 10101000 | 110101 | 10110 | 0 | 1000100 | 1010111 | 100010 | 1101 | 1001101 | 100101 |
Color Harmonies of #A83516
Complementary color
Monochromatic Colors of #A83516
Black with #A83516
Text Example
Text Example
White with #A83516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83516; }
p { color: rgb(168,53,22); }
H1.HeaderClassName
{
color: #A83516;
}
.AnyTagClassName
{
color: #A83516;
}
</style>
background-color css
<style>
a { background-color: #A83516; }
a { background-color: rgb(168,53,22); }
div.DivClassName
{
background-color: #A83516;
}
.BgClassName
{
background-color: #A83516;
}
</style>
border-color css
<style>
span { border-color: #A83516; }
span { border-color: rgb(168,53,22); }
td.TdClassName
{
border-color: #A83516;
}
.TagClassName
{
border-color: #A83516;
}
</style>