Shades of Rust #A24511
Tints of Rust #A24511
RGB
CMYK
RGB Variations
Color information
#A24511 (or 0xA24511) is known color: Rust. HEX triplet: A2, 45 and 11. RGB value is (162,69,17). Sum of RGB (Red+Green+Blue) = 162+69+17=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A24511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24511 is #5DBAEE. Grayscale: #5B5B5B. Windows color (decimal): -6142703 or 1131938. OLE color: 1131938.
HSL color Cylindrical-coordinate representation of color #A24511: hue angle of 21.52º 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 #A24511 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.36 |
| HSL | 21.52º | 0.81% | 0.35% | - |
| HSV(B) | 21.52º | 0.9% | 0.64% | - |
| XYZ | 17.13 | 11.98 | 1.94 | - |
| YUV | 90.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 17 | 0 | 0.57 | 0.90 | 0.36 | 21.52 | 0.81 | 0.35 |
| Hex | A2 | 45 | 11 | 0 | 39 | 5A | 24 | 16 | 51 | 23 |
| Octal | 242 | 105 | 21 | 0 | 71 | 132 | 44 | 26 | 121 | 43 |
| Binary | 10100010 | 1000101 | 10001 | 0 | 111001 | 1011010 | 100100 | 10110 | 1010001 | 100011 |
Color Harmonies of #A24511
Complementary color
Monochromatic Colors of #A24511
Black with #A24511
Text Example
Text Example
White with #A24511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24511; }
p { color: rgb(162,69,17); }
H1.HeaderClassName
{
color: #A24511;
}
.AnyTagClassName
{
color: #A24511;
}
</style>
background-color css
<style>
a { background-color: #A24511; }
a { background-color: rgb(162,69,17); }
div.DivClassName
{
background-color: #A24511;
}
.BgClassName
{
background-color: #A24511;
}
</style>
border-color css
<style>
span { border-color: #A24511; }
span { border-color: rgb(162,69,17); }
td.TdClassName
{
border-color: #A24511;
}
.TagClassName
{
border-color: #A24511;
}
</style>