Shades of Rust #A9340F
Tints of Rust #A9340F
RGB
CMYK
RGB Variations
Color information
#A9340F (or 0xA9340F) is known color: Rust. HEX triplet: A9, 34 and 0F. RGB value is (169,52,15). Sum of RGB (Red+Green+Blue) = 169+52+15=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A9340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9340F is #56CBF0. Grayscale: #535353. Windows color (decimal): -5688305 or 996521. OLE color: 996521.
HSL color Cylindrical-coordinate representation of color #A9340F: hue angle of 14.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9340F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 15 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.34 |
| HSL | 14.42º | 0.84% | 0.36% | - |
| HSV(B) | 14.42º | 0.91% | 0.66% | - |
| XYZ | 17.68 | 10.93 | 1.63 | - |
| YUV | 82.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 15 | 0 | 0.69 | 0.91 | 0.34 | 14.42 | 0.84 | 0.36 |
| Hex | A9 | 34 | F | 0 | 45 | 5B | 22 | E | 54 | 24 |
| Octal | 251 | 64 | 17 | 0 | 105 | 133 | 42 | 16 | 124 | 44 |
| Binary | 10101001 | 110100 | 1111 | 0 | 1000101 | 1011011 | 100010 | 1110 | 1010100 | 100100 |
Color Harmonies of #A9340F
Complementary color
Monochromatic Colors of #A9340F
Black with #A9340F
Text Example
Text Example
White with #A9340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9340F; }
p { color: rgb(169,52,15); }
H1.HeaderClassName
{
color: #A9340F;
}
.AnyTagClassName
{
color: #A9340F;
}
</style>
background-color css
<style>
a { background-color: #A9340F; }
a { background-color: rgb(169,52,15); }
div.DivClassName
{
background-color: #A9340F;
}
.BgClassName
{
background-color: #A9340F;
}
</style>
border-color css
<style>
span { border-color: #A9340F; }
span { border-color: rgb(169,52,15); }
td.TdClassName
{
border-color: #A9340F;
}
.TagClassName
{
border-color: #A9340F;
}
</style>