Shades of Rust #A94902
Tints of Rust #A94902
RGB
CMYK
RGB Variations
Color information
#A94902 (or 0xA94902) is known color: Rust. HEX triplet: A9, 49 and 02. RGB value is (169,73,2). Sum of RGB (Red+Green+Blue) = 169+73+2=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A94902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94902 is #56B6FD. Grayscale: #5D5D5D. Windows color (decimal): -5682942 or 149929. OLE color: 149929.
HSL color Cylindrical-coordinate representation of color #A94902: hue angle of 25.51º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A94902 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.34 |
| HSL | 25.51º | 0.98% | 0.34% | - |
| HSV(B) | 25.51º | 0.99% | 0.66% | - |
| XYZ | 18.76 | 13.2 | 1.62 | - |
| YUV | 93.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 2 | 0 | 0.57 | 0.99 | 0.34 | 25.51 | 0.98 | 0.34 |
| Hex | A9 | 49 | 2 | 0 | 39 | 63 | 22 | 1A | 62 | 22 |
| Octal | 251 | 111 | 2 | 0 | 71 | 143 | 42 | 32 | 142 | 42 |
| Binary | 10101001 | 1001001 | 10 | 0 | 111001 | 1100011 | 100010 | 11010 | 1100010 | 100010 |
Color Harmonies of #A94902
Complementary color
Monochromatic Colors of #A94902
Black with #A94902
Text Example
Text Example
White with #A94902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94902; }
p { color: rgb(169,73,2); }
H1.HeaderClassName
{
color: #A94902;
}
.AnyTagClassName
{
color: #A94902;
}
</style>
background-color css
<style>
a { background-color: #A94902; }
a { background-color: rgb(169,73,2); }
div.DivClassName
{
background-color: #A94902;
}
.BgClassName
{
background-color: #A94902;
}
</style>
border-color css
<style>
span { border-color: #A94902; }
span { border-color: rgb(169,73,2); }
td.TdClassName
{
border-color: #A94902;
}
.TagClassName
{
border-color: #A94902;
}
</style>