Shades of Rust #A24005
Tints of Rust #A24005
RGB
CMYK
RGB Variations
Color information
#A24005 (or 0xA24005) is known color: Rust. HEX triplet: A2, 40 and 05. RGB value is (162,64,5). Sum of RGB (Red+Green+Blue) = 162+64+5=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A24005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24005 is #5DBFFA. Grayscale: #565656. Windows color (decimal): -6143995 or 344226. OLE color: 344226.
HSL color Cylindrical-coordinate representation of color #A24005: hue angle of 22.55º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A24005 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.36 |
| HSL | 22.55º | 0.94% | 0.33% | - |
| HSV(B) | 22.55º | 0.97% | 0.64% | - |
| XYZ | 16.76 | 11.36 | 1.45 | - |
| YUV | 86.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 5 | 0 | 0.60 | 0.97 | 0.36 | 22.55 | 0.94 | 0.33 |
| Hex | A2 | 40 | 5 | 0 | 3C | 61 | 24 | 17 | 5E | 21 |
| Octal | 242 | 100 | 5 | 0 | 74 | 141 | 44 | 27 | 136 | 41 |
| Binary | 10100010 | 1000000 | 101 | 0 | 111100 | 1100001 | 100100 | 10111 | 1011110 | 100001 |
Color Harmonies of #A24005
Complementary color
Monochromatic Colors of #A24005
Black with #A24005
Text Example
Text Example
White with #A24005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24005; }
p { color: rgb(162,64,5); }
H1.HeaderClassName
{
color: #A24005;
}
.AnyTagClassName
{
color: #A24005;
}
</style>
background-color css
<style>
a { background-color: #A24005; }
a { background-color: rgb(162,64,5); }
div.DivClassName
{
background-color: #A24005;
}
.BgClassName
{
background-color: #A24005;
}
</style>
border-color css
<style>
span { border-color: #A24005; }
span { border-color: rgb(162,64,5); }
td.TdClassName
{
border-color: #A24005;
}
.TagClassName
{
border-color: #A24005;
}
</style>