Shades of Rust #A83412
Tints of Rust #A83412
RGB
CMYK
RGB Variations
Color information
#A83412 (or 0xA83412) is known color: Rust. HEX triplet: A8, 34 and 12. RGB value is (168,52,18). Sum of RGB (Red+Green+Blue) = 168+52+18=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A83412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83412 is #57CBED. Grayscale: #535353. Windows color (decimal): -5753838 or 1193128. OLE color: 1193128.
HSL color Cylindrical-coordinate representation of color #A83412: hue angle of 13.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 #A83412 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 18 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.34 |
| HSL | 13.6º | 0.81% | 0.36% | - |
| HSV(B) | 13.6º | 0.89% | 0.66% | - |
| XYZ | 17.49 | 10.82 | 1.74 | - |
| YUV | 82.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 18 | 0 | 0.69 | 0.89 | 0.34 | 13.6 | 0.81 | 0.36 |
| Hex | A8 | 34 | 12 | 0 | 45 | 59 | 22 | E | 51 | 24 |
| Octal | 250 | 64 | 22 | 0 | 105 | 131 | 42 | 16 | 121 | 44 |
| Binary | 10101000 | 110100 | 10010 | 0 | 1000101 | 1011001 | 100010 | 1110 | 1010001 | 100100 |
Color Harmonies of #A83412
Complementary color
Monochromatic Colors of #A83412
Black with #A83412
Text Example
Text Example
White with #A83412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83412; }
p { color: rgb(168,52,18); }
H1.HeaderClassName
{
color: #A83412;
}
.AnyTagClassName
{
color: #A83412;
}
</style>
background-color css
<style>
a { background-color: #A83412; }
a { background-color: rgb(168,52,18); }
div.DivClassName
{
background-color: #A83412;
}
.BgClassName
{
background-color: #A83412;
}
</style>
border-color css
<style>
span { border-color: #A83412; }
span { border-color: rgb(168,52,18); }
td.TdClassName
{
border-color: #A83412;
}
.TagClassName
{
border-color: #A83412;
}
</style>