Shades of Rust #A83913
Tints of Rust #A83913
RGB
CMYK
RGB Variations
Color information
#A83913 (or 0xA83913) is known color: Rust. HEX triplet: A8, 39 and 13. RGB value is (168,57,19). Sum of RGB (Red+Green+Blue) = 168+57+19=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A83913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83913 is #57C6EC. Grayscale: #565656. Windows color (decimal): -5752557 or 1259944. OLE color: 1259944.
HSL color Cylindrical-coordinate representation of color #A83913: hue angle of 15.3º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A83913 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 19 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.34 |
| HSL | 15.3º | 0.8% | 0.37% | - |
| HSV(B) | 15.3º | 0.89% | 0.66% | - |
| XYZ | 17.73 | 11.3 | 1.86 | - |
| YUV | 85.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 19 | 0 | 0.66 | 0.89 | 0.34 | 15.3 | 0.8 | 0.37 |
| Hex | A8 | 39 | 13 | 0 | 42 | 59 | 22 | F | 50 | 25 |
| Octal | 250 | 71 | 23 | 0 | 102 | 131 | 42 | 17 | 120 | 45 |
| Binary | 10101000 | 111001 | 10011 | 0 | 1000010 | 1011001 | 100010 | 1111 | 1010000 | 100101 |
Color Harmonies of #A83913
Complementary color
Monochromatic Colors of #A83913
Black with #A83913
Text Example
Text Example
White with #A83913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83913; }
p { color: rgb(168,57,19); }
H1.HeaderClassName
{
color: #A83913;
}
.AnyTagClassName
{
color: #A83913;
}
</style>
background-color css
<style>
a { background-color: #A83913; }
a { background-color: rgb(168,57,19); }
div.DivClassName
{
background-color: #A83913;
}
.BgClassName
{
background-color: #A83913;
}
</style>
border-color css
<style>
span { border-color: #A83913; }
span { border-color: rgb(168,57,19); }
td.TdClassName
{
border-color: #A83913;
}
.TagClassName
{
border-color: #A83913;
}
</style>