Shades of Rust #A83712
Tints of Rust #A83712
RGB
CMYK
RGB Variations
Color information
#A83712 (or 0xA83712) is known color: Rust. HEX triplet: A8, 37 and 12. RGB value is (168,55,18). Sum of RGB (Red+Green+Blue) = 168+55+18=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83712 is #57C8ED. Grayscale: #545454. Windows color (decimal): -5753070 or 1193896. OLE color: 1193896.
HSL color Cylindrical-coordinate representation of color #A83712: hue angle of 14.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 #A83712 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.34 |
| HSL | 14.8º | 0.81% | 0.36% | - |
| HSV(B) | 14.8º | 0.89% | 0.66% | - |
| XYZ | 17.62 | 11.1 | 1.79 | - |
| YUV | 84.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 18 | 0 | 0.67 | 0.89 | 0.34 | 14.8 | 0.81 | 0.36 |
| Hex | A8 | 37 | 12 | 0 | 43 | 59 | 22 | F | 51 | 24 |
| Octal | 250 | 67 | 22 | 0 | 103 | 131 | 42 | 17 | 121 | 44 |
| Binary | 10101000 | 110111 | 10010 | 0 | 1000011 | 1011001 | 100010 | 1111 | 1010001 | 100100 |
Color Harmonies of #A83712
Complementary color
Monochromatic Colors of #A83712
Black with #A83712
Text Example
Text Example
White with #A83712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83712; }
p { color: rgb(168,55,18); }
H1.HeaderClassName
{
color: #A83712;
}
.AnyTagClassName
{
color: #A83712;
}
</style>
background-color css
<style>
a { background-color: #A83712; }
a { background-color: rgb(168,55,18); }
div.DivClassName
{
background-color: #A83712;
}
.BgClassName
{
background-color: #A83712;
}
</style>
border-color css
<style>
span { border-color: #A83712; }
span { border-color: rgb(168,55,18); }
td.TdClassName
{
border-color: #A83712;
}
.TagClassName
{
border-color: #A83712;
}
</style>