Shades of Rust #A83D13
Tints of Rust #A83D13
RGB
CMYK
RGB Variations
Color information
#A83D13 (or 0xA83D13) is known color: Rust. HEX triplet: A8, 3D and 13. RGB value is (168,61,19). Sum of RGB (Red+Green+Blue) = 168+61+19=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D13 is #57C2EC. Grayscale: #585858. Windows color (decimal): -5751533 or 1260968. OLE color: 1260968.
HSL color Cylindrical-coordinate representation of color #A83D13: hue angle of 16.91º 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 #A83D13 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 19 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.34 |
| HSL | 16.91º | 0.8% | 0.37% | - |
| HSV(B) | 16.91º | 0.89% | 0.66% | - |
| XYZ | 17.93 | 11.71 | 1.93 | - |
| YUV | 88.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 19 | 0 | 0.64 | 0.89 | 0.34 | 16.91 | 0.8 | 0.37 |
| Hex | A8 | 3D | 13 | 0 | 40 | 59 | 22 | 11 | 50 | 25 |
| Octal | 250 | 75 | 23 | 0 | 100 | 131 | 42 | 21 | 120 | 45 |
| Binary | 10101000 | 111101 | 10011 | 0 | 1000000 | 1011001 | 100010 | 10001 | 1010000 | 100101 |
Color Harmonies of #A83D13
Complementary color
Monochromatic Colors of #A83D13
Black with #A83D13
Text Example
Text Example
White with #A83D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D13; }
p { color: rgb(168,61,19); }
H1.HeaderClassName
{
color: #A83D13;
}
.AnyTagClassName
{
color: #A83D13;
}
</style>
background-color css
<style>
a { background-color: #A83D13; }
a { background-color: rgb(168,61,19); }
div.DivClassName
{
background-color: #A83D13;
}
.BgClassName
{
background-color: #A83D13;
}
</style>
border-color css
<style>
span { border-color: #A83D13; }
span { border-color: rgb(168,61,19); }
td.TdClassName
{
border-color: #A83D13;
}
.TagClassName
{
border-color: #A83D13;
}
</style>