Shades of Rust #A83410
Tints of Rust #A83410
RGB
CMYK
RGB Variations
Color information
#A83410 (or 0xA83410) is known color: Rust. HEX triplet: A8, 34 and 10. RGB value is (168,52,16). Sum of RGB (Red+Green+Blue) = 168+52+16=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A83410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83410 is #57CBEF. Grayscale: #525252. Windows color (decimal): -5753840 or 1062056. OLE color: 1062056.
HSL color Cylindrical-coordinate representation of color #A83410: hue angle of 14.21º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83410 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 16 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.34 |
| HSL | 14.21º | 0.83% | 0.36% | - |
| HSV(B) | 14.21º | 0.9% | 0.66% | - |
| XYZ | 17.47 | 10.82 | 1.66 | - |
| YUV | 82.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 16 | 0 | 0.69 | 0.90 | 0.34 | 14.21 | 0.83 | 0.36 |
| Hex | A8 | 34 | 10 | 0 | 45 | 5A | 22 | E | 53 | 24 |
| Octal | 250 | 64 | 20 | 0 | 105 | 132 | 42 | 16 | 123 | 44 |
| Binary | 10101000 | 110100 | 10000 | 0 | 1000101 | 1011010 | 100010 | 1110 | 1010011 | 100100 |
Color Harmonies of #A83410
Complementary color
Monochromatic Colors of #A83410
Black with #A83410
Text Example
Text Example
White with #A83410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83410; }
p { color: rgb(168,52,16); }
H1.HeaderClassName
{
color: #A83410;
}
.AnyTagClassName
{
color: #A83410;
}
</style>
background-color css
<style>
a { background-color: #A83410; }
a { background-color: rgb(168,52,16); }
div.DivClassName
{
background-color: #A83410;
}
.BgClassName
{
background-color: #A83410;
}
</style>
border-color css
<style>
span { border-color: #A83410; }
span { border-color: rgb(168,52,16); }
td.TdClassName
{
border-color: #A83410;
}
.TagClassName
{
border-color: #A83410;
}
</style>