Shades of Rust #A83215
Tints of Rust #A83215
RGB
CMYK
RGB Variations
Color information
#A83215 (or 0xA83215) is known color: Rust. HEX triplet: A8, 32 and 15. RGB value is (168,50,21). Sum of RGB (Red+Green+Blue) = 168+50+21=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A83215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83215 is #57CDEA. Grayscale: #525252. Windows color (decimal): -5754347 or 1389224. OLE color: 1389224.
HSL color Cylindrical-coordinate representation of color #A83215: hue angle of 11.84º 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 #A83215 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 21 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.34 |
| HSL | 11.84º | 0.78% | 0.37% | - |
| HSV(B) | 11.84º | 0.88% | 0.66% | - |
| XYZ | 17.42 | 10.66 | 1.85 | - |
| YUV | 81.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 21 | 0 | 0.70 | 0.88 | 0.34 | 11.84 | 0.78 | 0.37 |
| Hex | A8 | 32 | 15 | 0 | 46 | 58 | 22 | C | 4E | 25 |
| Octal | 250 | 62 | 25 | 0 | 106 | 130 | 42 | 14 | 116 | 45 |
| Binary | 10101000 | 110010 | 10101 | 0 | 1000110 | 1011000 | 100010 | 1100 | 1001110 | 100101 |
Color Harmonies of #A83215
Complementary color
Monochromatic Colors of #A83215
Black with #A83215
Text Example
Text Example
White with #A83215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83215; }
p { color: rgb(168,50,21); }
H1.HeaderClassName
{
color: #A83215;
}
.AnyTagClassName
{
color: #A83215;
}
</style>
background-color css
<style>
a { background-color: #A83215; }
a { background-color: rgb(168,50,21); }
div.DivClassName
{
background-color: #A83215;
}
.BgClassName
{
background-color: #A83215;
}
</style>
border-color css
<style>
span { border-color: #A83215; }
span { border-color: rgb(168,50,21); }
td.TdClassName
{
border-color: #A83215;
}
.TagClassName
{
border-color: #A83215;
}
</style>