Shades of Rust #A24215
Tints of Rust #A24215
RGB
CMYK
RGB Variations
Color information
#A24215 (or 0xA24215) is known color: Rust. HEX triplet: A2, 42 and 15. RGB value is (162,66,21). Sum of RGB (Red+Green+Blue) = 162+66+21=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24215 is #5DBDEA. Grayscale: #595959. Windows color (decimal): -6143467 or 1393314. OLE color: 1393314.
HSL color Cylindrical-coordinate representation of color #A24215: hue angle of 19.15º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A24215 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 21 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.36 |
| HSL | 19.15º | 0.77% | 0.36% | - |
| HSV(B) | 19.15º | 0.87% | 0.64% | - |
| XYZ | 16.98 | 11.63 | 2.06 | - |
| YUV | 89.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 21 | 0 | 0.59 | 0.87 | 0.36 | 19.15 | 0.77 | 0.36 |
| Hex | A2 | 42 | 15 | 0 | 3B | 57 | 24 | 13 | 4D | 24 |
| Octal | 242 | 102 | 25 | 0 | 73 | 127 | 44 | 23 | 115 | 44 |
| Binary | 10100010 | 1000010 | 10101 | 0 | 111011 | 1010111 | 100100 | 10011 | 1001101 | 100100 |
Color Harmonies of #A24215
Complementary color
Monochromatic Colors of #A24215
Black with #A24215
Text Example
Text Example
White with #A24215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24215; }
p { color: rgb(162,66,21); }
H1.HeaderClassName
{
color: #A24215;
}
.AnyTagClassName
{
color: #A24215;
}
</style>
background-color css
<style>
a { background-color: #A24215; }
a { background-color: rgb(162,66,21); }
div.DivClassName
{
background-color: #A24215;
}
.BgClassName
{
background-color: #A24215;
}
</style>
border-color css
<style>
span { border-color: #A24215; }
span { border-color: rgb(162,66,21); }
td.TdClassName
{
border-color: #A24215;
}
.TagClassName
{
border-color: #A24215;
}
</style>