Shades of Rust #A24505
Tints of Rust #A24505
RGB
CMYK
RGB Variations
Color information
#A24505 (or 0xA24505) is known color: Rust. HEX triplet: A2, 45 and 05. RGB value is (162,69,5). Sum of RGB (Red+Green+Blue) = 162+69+5=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A24505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24505 is #5DBAFA. Grayscale: #595959. Windows color (decimal): -6142715 or 345506. OLE color: 345506.
HSL color Cylindrical-coordinate representation of color #A24505: hue angle of 24.46º 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 #A24505 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.36 |
| HSL | 24.46º | 0.94% | 0.33% | - |
| HSV(B) | 24.46º | 0.97% | 0.64% | - |
| XYZ | 17.06 | 11.95 | 1.55 | - |
| YUV | 89.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 5 | 0 | 0.57 | 0.97 | 0.36 | 24.46 | 0.94 | 0.33 |
| Hex | A2 | 45 | 5 | 0 | 39 | 61 | 24 | 18 | 5E | 21 |
| Octal | 242 | 105 | 5 | 0 | 71 | 141 | 44 | 30 | 136 | 41 |
| Binary | 10100010 | 1000101 | 101 | 0 | 111001 | 1100001 | 100100 | 11000 | 1011110 | 100001 |
Color Harmonies of #A24505
Complementary color
Monochromatic Colors of #A24505
Black with #A24505
Text Example
Text Example
White with #A24505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24505; }
p { color: rgb(162,69,5); }
H1.HeaderClassName
{
color: #A24505;
}
.AnyTagClassName
{
color: #A24505;
}
</style>
background-color css
<style>
a { background-color: #A24505; }
a { background-color: rgb(162,69,5); }
div.DivClassName
{
background-color: #A24505;
}
.BgClassName
{
background-color: #A24505;
}
</style>
border-color css
<style>
span { border-color: #A24505; }
span { border-color: rgb(162,69,5); }
td.TdClassName
{
border-color: #A24505;
}
.TagClassName
{
border-color: #A24505;
}
</style>