Shades of Rust #A84011
Tints of Rust #A84011
RGB
CMYK
RGB Variations
Color information
#A84011 (or 0xA84011) is known color: Rust. HEX triplet: A8, 40 and 11. RGB value is (168,64,17). Sum of RGB (Red+Green+Blue) = 168+64+17=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A84011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84011 is #57BFEE. Grayscale: #5A5A5A. Windows color (decimal): -5750767 or 1130664. OLE color: 1130664.
HSL color Cylindrical-coordinate representation of color #A84011: hue angle of 18.68º 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 #A84011 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 17 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.34 |
| HSL | 18.68º | 0.82% | 0.36% | - |
| HSV(B) | 18.68º | 0.9% | 0.66% | - |
| XYZ | 18.08 | 12.03 | 1.9 | - |
| YUV | 89.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 17 | 0 | 0.62 | 0.90 | 0.34 | 18.68 | 0.82 | 0.36 |
| Hex | A8 | 40 | 11 | 0 | 3E | 5A | 22 | 13 | 52 | 24 |
| Octal | 250 | 100 | 21 | 0 | 76 | 132 | 42 | 23 | 122 | 44 |
| Binary | 10101000 | 1000000 | 10001 | 0 | 111110 | 1011010 | 100010 | 10011 | 1010010 | 100100 |
Color Harmonies of #A84011
Complementary color
Monochromatic Colors of #A84011
Black with #A84011
Text Example
Text Example
White with #A84011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84011; }
p { color: rgb(168,64,17); }
H1.HeaderClassName
{
color: #A84011;
}
.AnyTagClassName
{
color: #A84011;
}
</style>
background-color css
<style>
a { background-color: #A84011; }
a { background-color: rgb(168,64,17); }
div.DivClassName
{
background-color: #A84011;
}
.BgClassName
{
background-color: #A84011;
}
</style>
border-color css
<style>
span { border-color: #A84011; }
span { border-color: rgb(168,64,17); }
td.TdClassName
{
border-color: #A84011;
}
.TagClassName
{
border-color: #A84011;
}
</style>