Shades of Rust #A83912
Tints of Rust #A83912
RGB
CMYK
RGB Variations
Color information
#A83912 (or 0xA83912) is known color: Rust. HEX triplet: A8, 39 and 12. RGB value is (168,57,18). Sum of RGB (Red+Green+Blue) = 168+57+18=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83912 is #57C6ED. Grayscale: #565656. Windows color (decimal): -5752558 or 1194408. OLE color: 1194408.
HSL color Cylindrical-coordinate representation of color #A83912: hue angle of 15.6º 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 #A83912 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.34 |
| HSL | 15.6º | 0.81% | 0.36% | - |
| HSV(B) | 15.6º | 0.89% | 0.66% | - |
| XYZ | 17.72 | 11.29 | 1.82 | - |
| YUV | 85.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 18 | 0 | 0.66 | 0.89 | 0.34 | 15.6 | 0.81 | 0.36 |
| Hex | A8 | 39 | 12 | 0 | 42 | 59 | 22 | 10 | 51 | 24 |
| Octal | 250 | 71 | 22 | 0 | 102 | 131 | 42 | 20 | 121 | 44 |
| Binary | 10101000 | 111001 | 10010 | 0 | 1000010 | 1011001 | 100010 | 10000 | 1010001 | 100100 |
Color Harmonies of #A83912
Complementary color
Monochromatic Colors of #A83912
Black with #A83912
Text Example
Text Example
White with #A83912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83912; }
p { color: rgb(168,57,18); }
H1.HeaderClassName
{
color: #A83912;
}
.AnyTagClassName
{
color: #A83912;
}
</style>
background-color css
<style>
a { background-color: #A83912; }
a { background-color: rgb(168,57,18); }
div.DivClassName
{
background-color: #A83912;
}
.BgClassName
{
background-color: #A83912;
}
</style>
border-color css
<style>
span { border-color: #A83912; }
span { border-color: rgb(168,57,18); }
td.TdClassName
{
border-color: #A83912;
}
.TagClassName
{
border-color: #A83912;
}
</style>