Shades of Rust #A83112
Tints of Rust #A83112
RGB
CMYK
RGB Variations
Color information
#A83112 (or 0xA83112) is known color: Rust. HEX triplet: A8, 31 and 12. RGB value is (168,49,18). Sum of RGB (Red+Green+Blue) = 168+49+18=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A83112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83112 is #57CEED. Grayscale: #515151. Windows color (decimal): -5754606 or 1192360. OLE color: 1192360.
HSL color Cylindrical-coordinate representation of color #A83112: hue angle of 12.4º 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 #A83112 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 18 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.34 |
| HSL | 12.4º | 0.81% | 0.36% | - |
| HSV(B) | 12.4º | 0.89% | 0.66% | - |
| XYZ | 17.36 | 10.57 | 1.7 | - |
| YUV | 81.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 18 | 0 | 0.71 | 0.89 | 0.34 | 12.4 | 0.81 | 0.36 |
| Hex | A8 | 31 | 12 | 0 | 47 | 59 | 22 | C | 51 | 24 |
| Octal | 250 | 61 | 22 | 0 | 107 | 131 | 42 | 14 | 121 | 44 |
| Binary | 10101000 | 110001 | 10010 | 0 | 1000111 | 1011001 | 100010 | 1100 | 1010001 | 100100 |
Color Harmonies of #A83112
Complementary color
Monochromatic Colors of #A83112
Black with #A83112
Text Example
Text Example
White with #A83112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83112; }
p { color: rgb(168,49,18); }
H1.HeaderClassName
{
color: #A83112;
}
.AnyTagClassName
{
color: #A83112;
}
</style>
background-color css
<style>
a { background-color: #A83112; }
a { background-color: rgb(168,49,18); }
div.DivClassName
{
background-color: #A83112;
}
.BgClassName
{
background-color: #A83112;
}
</style>
border-color css
<style>
span { border-color: #A83112; }
span { border-color: rgb(168,49,18); }
td.TdClassName
{
border-color: #A83112;
}
.TagClassName
{
border-color: #A83112;
}
</style>