Shades of Rust #A83E13
Tints of Rust #A83E13
RGB
CMYK
RGB Variations
Color information
#A83E13 (or 0xA83E13) is known color: Rust. HEX triplet: A8, 3E and 13. RGB value is (168,62,19). Sum of RGB (Red+Green+Blue) = 168+62+19=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83E13 is #57C1EC. Grayscale: #595959. Windows color (decimal): -5751277 or 1261224. OLE color: 1261224.
HSL color Cylindrical-coordinate representation of color #A83E13: hue angle of 17.32º 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 #A83E13 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.34 |
| HSL | 17.32º | 0.8% | 0.37% | - |
| HSV(B) | 17.32º | 0.89% | 0.66% | - |
| XYZ | 17.99 | 11.82 | 1.95 | - |
| YUV | 88.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 19 | 0 | 0.63 | 0.89 | 0.34 | 17.32 | 0.8 | 0.37 |
| Hex | A8 | 3E | 13 | 0 | 3F | 59 | 22 | 11 | 50 | 25 |
| Octal | 250 | 76 | 23 | 0 | 77 | 131 | 42 | 21 | 120 | 45 |
| Binary | 10101000 | 111110 | 10011 | 0 | 111111 | 1011001 | 100010 | 10001 | 1010000 | 100101 |
Color Harmonies of #A83E13
Complementary color
Monochromatic Colors of #A83E13
Black with #A83E13
Text Example
Text Example
White with #A83E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E13; }
p { color: rgb(168,62,19); }
H1.HeaderClassName
{
color: #A83E13;
}
.AnyTagClassName
{
color: #A83E13;
}
</style>
background-color css
<style>
a { background-color: #A83E13; }
a { background-color: rgb(168,62,19); }
div.DivClassName
{
background-color: #A83E13;
}
.BgClassName
{
background-color: #A83E13;
}
</style>
border-color css
<style>
span { border-color: #A83E13; }
span { border-color: rgb(168,62,19); }
td.TdClassName
{
border-color: #A83E13;
}
.TagClassName
{
border-color: #A83E13;
}
</style>