Shades of Rust #A84909
Tints of Rust #A84909
RGB
CMYK
RGB Variations
Color information
#A84909 (or 0xA84909) is known color: Rust. HEX triplet: A8, 49 and 09. RGB value is (168,73,9). Sum of RGB (Red+Green+Blue) = 168+73+9=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A84909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84909 is #57B6F6. Grayscale: #5E5E5E. Windows color (decimal): -5748471 or 608680. OLE color: 608680.
HSL color Cylindrical-coordinate representation of color #A84909: hue angle of 24.15º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A84909 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 9 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.34 |
| HSL | 24.15º | 0.9% | 0.35% | - |
| HSV(B) | 24.15º | 0.95% | 0.66% | - |
| XYZ | 18.58 | 13.11 | 1.81 | - |
| YUV | 94.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 9 | 0 | 0.57 | 0.95 | 0.34 | 24.15 | 0.9 | 0.35 |
| Hex | A8 | 49 | 9 | 0 | 39 | 5F | 22 | 18 | 5A | 23 |
| Octal | 250 | 111 | 11 | 0 | 71 | 137 | 42 | 30 | 132 | 43 |
| Binary | 10101000 | 1001001 | 1001 | 0 | 111001 | 1011111 | 100010 | 11000 | 1011010 | 100011 |
Color Harmonies of #A84909
Complementary color
Monochromatic Colors of #A84909
Black with #A84909
Text Example
Text Example
White with #A84909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84909; }
p { color: rgb(168,73,9); }
H1.HeaderClassName
{
color: #A84909;
}
.AnyTagClassName
{
color: #A84909;
}
</style>
background-color css
<style>
a { background-color: #A84909; }
a { background-color: rgb(168,73,9); }
div.DivClassName
{
background-color: #A84909;
}
.BgClassName
{
background-color: #A84909;
}
</style>
border-color css
<style>
span { border-color: #A84909; }
span { border-color: rgb(168,73,9); }
td.TdClassName
{
border-color: #A84909;
}
.TagClassName
{
border-color: #A84909;
}
</style>