Shades of Rust #A9440A
Tints of Rust #A9440A
RGB
CMYK
RGB Variations
Color information
#A9440A (or 0xA9440A) is known color: Rust. HEX triplet: A9, 44 and 0A. RGB value is (169,68,10). Sum of RGB (Red+Green+Blue) = 169+68+10=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A9440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9440A is #56BBF5. Grayscale: #5B5B5B. Windows color (decimal): -5684214 or 672937. OLE color: 672937.
HSL color Cylindrical-coordinate representation of color #A9440A: hue angle of 21.89º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9440A is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 10 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.34 |
| HSL | 21.89º | 0.89% | 0.35% | - |
| HSV(B) | 21.89º | 0.94% | 0.66% | - |
| XYZ | 18.48 | 12.59 | 1.74 | - |
| YUV | 91.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 10 | 0 | 0.60 | 0.94 | 0.34 | 21.89 | 0.89 | 0.35 |
| Hex | A9 | 44 | A | 0 | 3C | 5E | 22 | 16 | 59 | 23 |
| Octal | 251 | 104 | 12 | 0 | 74 | 136 | 42 | 26 | 131 | 43 |
| Binary | 10101001 | 1000100 | 1010 | 0 | 111100 | 1011110 | 100010 | 10110 | 1011001 | 100011 |
Color Harmonies of #A9440A
Complementary color
Monochromatic Colors of #A9440A
Black with #A9440A
Text Example
Text Example
White with #A9440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9440A; }
p { color: rgb(169,68,10); }
H1.HeaderClassName
{
color: #A9440A;
}
.AnyTagClassName
{
color: #A9440A;
}
</style>
background-color css
<style>
a { background-color: #A9440A; }
a { background-color: rgb(169,68,10); }
div.DivClassName
{
background-color: #A9440A;
}
.BgClassName
{
background-color: #A9440A;
}
</style>
border-color css
<style>
span { border-color: #A9440A; }
span { border-color: rgb(169,68,10); }
td.TdClassName
{
border-color: #A9440A;
}
.TagClassName
{
border-color: #A9440A;
}
</style>