Shades of Rust #A83E11
Tints of Rust #A83E11
RGB
CMYK
RGB Variations
Color information
#A83E11 (or 0xA83E11) is known color: Rust. HEX triplet: A8, 3E and 11. RGB value is (168,62,17). Sum of RGB (Red+Green+Blue) = 168+62+17=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83E11 is #57C1EE. Grayscale: #585858. Windows color (decimal): -5751279 or 1130152. OLE color: 1130152.
HSL color Cylindrical-coordinate representation of color #A83E11: hue angle of 17.88º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83E11 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.34 |
| HSL | 17.88º | 0.82% | 0.36% | - |
| HSV(B) | 17.88º | 0.9% | 0.66% | - |
| XYZ | 17.97 | 11.81 | 1.86 | - |
| YUV | 88.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 17 | 0 | 0.63 | 0.90 | 0.34 | 17.88 | 0.82 | 0.36 |
| Hex | A8 | 3E | 11 | 0 | 3F | 5A | 22 | 12 | 52 | 24 |
| Octal | 250 | 76 | 21 | 0 | 77 | 132 | 42 | 22 | 122 | 44 |
| Binary | 10101000 | 111110 | 10001 | 0 | 111111 | 1011010 | 100010 | 10010 | 1010010 | 100100 |
Color Harmonies of #A83E11
Complementary color
Monochromatic Colors of #A83E11
Black with #A83E11
Text Example
Text Example
White with #A83E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E11; }
p { color: rgb(168,62,17); }
H1.HeaderClassName
{
color: #A83E11;
}
.AnyTagClassName
{
color: #A83E11;
}
</style>
background-color css
<style>
a { background-color: #A83E11; }
a { background-color: rgb(168,62,17); }
div.DivClassName
{
background-color: #A83E11;
}
.BgClassName
{
background-color: #A83E11;
}
</style>
border-color css
<style>
span { border-color: #A83E11; }
span { border-color: rgb(168,62,17); }
td.TdClassName
{
border-color: #A83E11;
}
.TagClassName
{
border-color: #A83E11;
}
</style>