Shades of Rust #A94900
Tints of Rust #A94900
RGB
CMYK
RGB Variations
Color information
#A94900 (or 0xA94900) is known color: Rust. HEX triplet: A9, 49 and 00. RGB value is (169,73,0). Sum of RGB (Red+Green+Blue) = 169+73+0=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A94900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94900 is #56B6FF. Grayscale: #5D5D5D. Windows color (decimal): -5682944 or 18857. OLE color: 18857.
HSL color Cylindrical-coordinate representation of color #A94900: hue angle of 25.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A94900 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.34 |
| HSL | 25.92º | 1% | 0.33% | - |
| HSV(B) | 25.92º | 1% | 0.66% | - |
| XYZ | 18.74 | 13.2 | 1.56 | - |
| YUV | 93.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 0 | 0 | 0.57 | 1 | 0.34 | 25.92 | 1 | 0.33 |
| Hex | A9 | 49 | 0 | 0 | 39 | 64 | 22 | 1A | 64 | 21 |
| Octal | 251 | 111 | 0 | 0 | 71 | 144 | 42 | 32 | 144 | 41 |
| Binary | 10101001 | 1001001 | 0 | 0 | 111001 | 1100100 | 100010 | 11010 | 1100100 | 100001 |
Color Harmonies of #A94900
Complementary color
Monochromatic Colors of #A94900
Black with #A94900
Text Example
Text Example
White with #A94900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94900; }
p { color: rgb(169,73,0); }
H1.HeaderClassName
{
color: #A94900;
}
.AnyTagClassName
{
color: #A94900;
}
</style>
background-color css
<style>
a { background-color: #A94900; }
a { background-color: rgb(169,73,0); }
div.DivClassName
{
background-color: #A94900;
}
.BgClassName
{
background-color: #A94900;
}
</style>
border-color css
<style>
span { border-color: #A94900; }
span { border-color: rgb(169,73,0); }
td.TdClassName
{
border-color: #A94900;
}
.TagClassName
{
border-color: #A94900;
}
</style>