Shades of Rust #A24909
Tints of Rust #A24909
RGB
CMYK
RGB Variations
Color information
#A24909 (or 0xA24909) is known color: Rust. HEX triplet: A2, 49 and 09. RGB value is (162,73,9). Sum of RGB (Red+Green+Blue) = 162+73+9=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A24909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24909 is #5DB6F6. Grayscale: #5C5C5C. Windows color (decimal): -6141687 or 608674. OLE color: 608674.
HSL color Cylindrical-coordinate representation of color #A24909: hue angle of 25.1º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A24909 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 9 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.36 |
| HSL | 25.1º | 0.89% | 0.34% | - |
| HSV(B) | 25.1º | 0.94% | 0.64% | - |
| XYZ | 17.33 | 12.47 | 1.75 | - |
| YUV | 92.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 9 | 0 | 0.55 | 0.94 | 0.36 | 25.1 | 0.89 | 0.34 |
| Hex | A2 | 49 | 9 | 0 | 37 | 5E | 24 | 19 | 59 | 22 |
| Octal | 242 | 111 | 11 | 0 | 67 | 136 | 44 | 31 | 131 | 42 |
| Binary | 10100010 | 1001001 | 1001 | 0 | 110111 | 1011110 | 100100 | 11001 | 1011001 | 100010 |
Color Harmonies of #A24909
Complementary color
Monochromatic Colors of #A24909
Black with #A24909
Text Example
Text Example
White with #A24909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24909; }
p { color: rgb(162,73,9); }
H1.HeaderClassName
{
color: #A24909;
}
.AnyTagClassName
{
color: #A24909;
}
</style>
background-color css
<style>
a { background-color: #A24909; }
a { background-color: rgb(162,73,9); }
div.DivClassName
{
background-color: #A24909;
}
.BgClassName
{
background-color: #A24909;
}
</style>
border-color css
<style>
span { border-color: #A24909; }
span { border-color: rgb(162,73,9); }
td.TdClassName
{
border-color: #A24909;
}
.TagClassName
{
border-color: #A24909;
}
</style>