Shades of Rust #A84112
Tints of Rust #A84112
RGB
CMYK
RGB Variations
Color information
#A84112 (or 0xA84112) is known color: Rust. HEX triplet: A8, 41 and 12. RGB value is (168,65,18). Sum of RGB (Red+Green+Blue) = 168+65+18=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A84112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84112 is #57BEED. Grayscale: #5A5A5A. Windows color (decimal): -5750510 or 1196456. OLE color: 1196456.
HSL color Cylindrical-coordinate representation of color #A84112: hue angle of 18.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84112 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 18 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.34 |
| HSL | 18.8º | 0.81% | 0.36% | - |
| HSV(B) | 18.8º | 0.89% | 0.66% | - |
| XYZ | 18.15 | 12.15 | 1.96 | - |
| YUV | 90.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 18 | 0 | 0.61 | 0.89 | 0.34 | 18.8 | 0.81 | 0.36 |
| Hex | A8 | 41 | 12 | 0 | 3D | 59 | 22 | 13 | 51 | 24 |
| Octal | 250 | 101 | 22 | 0 | 75 | 131 | 42 | 23 | 121 | 44 |
| Binary | 10101000 | 1000001 | 10010 | 0 | 111101 | 1011001 | 100010 | 10011 | 1010001 | 100100 |
Color Harmonies of #A84112
Complementary color
Monochromatic Colors of #A84112
Black with #A84112
Text Example
Text Example
White with #A84112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84112; }
p { color: rgb(168,65,18); }
H1.HeaderClassName
{
color: #A84112;
}
.AnyTagClassName
{
color: #A84112;
}
</style>
background-color css
<style>
a { background-color: #A84112; }
a { background-color: rgb(168,65,18); }
div.DivClassName
{
background-color: #A84112;
}
.BgClassName
{
background-color: #A84112;
}
</style>
border-color css
<style>
span { border-color: #A84112; }
span { border-color: rgb(168,65,18); }
td.TdClassName
{
border-color: #A84112;
}
.TagClassName
{
border-color: #A84112;
}
</style>