Shades of Rust #A24211
Tints of Rust #A24211
RGB
CMYK
RGB Variations
Color information
#A24211 (or 0xA24211) is known color: Rust. HEX triplet: A2, 42 and 11. RGB value is (162,66,17). Sum of RGB (Red+Green+Blue) = 162+66+17=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A24211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24211 is #5DBDEE. Grayscale: #595959. Windows color (decimal): -6143471 or 1131170. OLE color: 1131170.
HSL color Cylindrical-coordinate representation of color #A24211: hue angle of 20.28º degrees, saturation: 0.81, 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 #A24211 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.36 |
| HSL | 20.28º | 0.81% | 0.35% | - |
| HSV(B) | 20.28º | 0.9% | 0.64% | - |
| XYZ | 16.95 | 11.62 | 1.88 | - |
| YUV | 89.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 17 | 0 | 0.59 | 0.90 | 0.36 | 20.28 | 0.81 | 0.35 |
| Hex | A2 | 42 | 11 | 0 | 3B | 5A | 24 | 14 | 51 | 23 |
| Octal | 242 | 102 | 21 | 0 | 73 | 132 | 44 | 24 | 121 | 43 |
| Binary | 10100010 | 1000010 | 10001 | 0 | 111011 | 1011010 | 100100 | 10100 | 1010001 | 100011 |
Color Harmonies of #A24211
Complementary color
Monochromatic Colors of #A24211
Black with #A24211
Text Example
Text Example
White with #A24211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24211; }
p { color: rgb(162,66,17); }
H1.HeaderClassName
{
color: #A24211;
}
.AnyTagClassName
{
color: #A24211;
}
</style>
background-color css
<style>
a { background-color: #A24211; }
a { background-color: rgb(162,66,17); }
div.DivClassName
{
background-color: #A24211;
}
.BgClassName
{
background-color: #A24211;
}
</style>
border-color css
<style>
span { border-color: #A24211; }
span { border-color: rgb(162,66,17); }
td.TdClassName
{
border-color: #A24211;
}
.TagClassName
{
border-color: #A24211;
}
</style>