Shades of Rust #A83713
Tints of Rust #A83713
RGB
CMYK
RGB Variations
Color information
#A83713 (or 0xA83713) is known color: Rust. HEX triplet: A8, 37 and 13. RGB value is (168,55,19). Sum of RGB (Red+Green+Blue) = 168+55+19=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83713 is #57C8EC. Grayscale: #545454. Windows color (decimal): -5753069 or 1259432. OLE color: 1259432.
HSL color Cylindrical-coordinate representation of color #A83713: hue angle of 14.5º 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 #A83713 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 19 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.34 |
| HSL | 14.5º | 0.8% | 0.37% | - |
| HSV(B) | 14.5º | 0.89% | 0.66% | - |
| XYZ | 17.63 | 11.1 | 1.83 | - |
| YUV | 84.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 19 | 0 | 0.67 | 0.89 | 0.34 | 14.5 | 0.8 | 0.37 |
| Hex | A8 | 37 | 13 | 0 | 43 | 59 | 22 | E | 50 | 25 |
| Octal | 250 | 67 | 23 | 0 | 103 | 131 | 42 | 16 | 120 | 45 |
| Binary | 10101000 | 110111 | 10011 | 0 | 1000011 | 1011001 | 100010 | 1110 | 1010000 | 100101 |
Color Harmonies of #A83713
Complementary color
Monochromatic Colors of #A83713
Black with #A83713
Text Example
Text Example
White with #A83713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83713; }
p { color: rgb(168,55,19); }
H1.HeaderClassName
{
color: #A83713;
}
.AnyTagClassName
{
color: #A83713;
}
</style>
background-color css
<style>
a { background-color: #A83713; }
a { background-color: rgb(168,55,19); }
div.DivClassName
{
background-color: #A83713;
}
.BgClassName
{
background-color: #A83713;
}
</style>
border-color css
<style>
span { border-color: #A83713; }
span { border-color: rgb(168,55,19); }
td.TdClassName
{
border-color: #A83713;
}
.TagClassName
{
border-color: #A83713;
}
</style>