Shades of Rust #A24710
Tints of Rust #A24710
RGB
CMYK
RGB Variations
Color information
#A24710 (or 0xA24710) is known color: Rust. HEX triplet: A2, 47 and 10. RGB value is (162,71,16). Sum of RGB (Red+Green+Blue) = 162+71+16=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24710 is #5DB8EF. Grayscale: #5C5C5C. Windows color (decimal): -6142192 or 1066914. OLE color: 1066914.
HSL color Cylindrical-coordinate representation of color #A24710: hue angle of 22.6º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24710 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 16 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.36 |
| HSL | 22.6º | 0.82% | 0.35% | - |
| HSV(B) | 22.6º | 0.9% | 0.64% | - |
| XYZ | 17.25 | 12.23 | 1.94 | - |
| YUV | 91.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 16 | 0 | 0.56 | 0.90 | 0.36 | 22.6 | 0.82 | 0.35 |
| Hex | A2 | 47 | 10 | 0 | 38 | 5A | 24 | 17 | 52 | 23 |
| Octal | 242 | 107 | 20 | 0 | 70 | 132 | 44 | 27 | 122 | 43 |
| Binary | 10100010 | 1000111 | 10000 | 0 | 111000 | 1011010 | 100100 | 10111 | 1010010 | 100011 |
Color Harmonies of #A24710
Complementary color
Monochromatic Colors of #A24710
Black with #A24710
Text Example
Text Example
White with #A24710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24710; }
p { color: rgb(162,71,16); }
H1.HeaderClassName
{
color: #A24710;
}
.AnyTagClassName
{
color: #A24710;
}
</style>
background-color css
<style>
a { background-color: #A24710; }
a { background-color: rgb(162,71,16); }
div.DivClassName
{
background-color: #A24710;
}
.BgClassName
{
background-color: #A24710;
}
</style>
border-color css
<style>
span { border-color: #A24710; }
span { border-color: rgb(162,71,16); }
td.TdClassName
{
border-color: #A24710;
}
.TagClassName
{
border-color: #A24710;
}
</style>