Shades of Rust #A83113
Tints of Rust #A83113
RGB
CMYK
RGB Variations
Color information
#A83113 (or 0xA83113) is known color: Rust. HEX triplet: A8, 31 and 13. RGB value is (168,49,19). Sum of RGB (Red+Green+Blue) = 168+49+19=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A83113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83113 is #57CEEC. Grayscale: #515151. Windows color (decimal): -5754605 or 1257896. OLE color: 1257896.
HSL color Cylindrical-coordinate representation of color #A83113: hue angle of 12.08º 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 #A83113 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.34 |
| HSL | 12.08º | 0.8% | 0.37% | - |
| HSV(B) | 12.08º | 0.89% | 0.66% | - |
| XYZ | 17.36 | 10.57 | 1.74 | - |
| YUV | 81.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 19 | 0 | 0.71 | 0.89 | 0.34 | 12.08 | 0.8 | 0.37 |
| Hex | A8 | 31 | 13 | 0 | 47 | 59 | 22 | C | 50 | 25 |
| Octal | 250 | 61 | 23 | 0 | 107 | 131 | 42 | 14 | 120 | 45 |
| Binary | 10101000 | 110001 | 10011 | 0 | 1000111 | 1011001 | 100010 | 1100 | 1010000 | 100101 |
Color Harmonies of #A83113
Complementary color
Monochromatic Colors of #A83113
Black with #A83113
Text Example
Text Example
White with #A83113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83113; }
p { color: rgb(168,49,19); }
H1.HeaderClassName
{
color: #A83113;
}
.AnyTagClassName
{
color: #A83113;
}
</style>
background-color css
<style>
a { background-color: #A83113; }
a { background-color: rgb(168,49,19); }
div.DivClassName
{
background-color: #A83113;
}
.BgClassName
{
background-color: #A83113;
}
</style>
border-color css
<style>
span { border-color: #A83113; }
span { border-color: rgb(168,49,19); }
td.TdClassName
{
border-color: #A83113;
}
.TagClassName
{
border-color: #A83113;
}
</style>