Shades of Rust #A9350E
Tints of Rust #A9350E
RGB
CMYK
RGB Variations
Color information
#A9350E (or 0xA9350E) is known color: Rust. HEX triplet: A9, 35 and 0E. RGB value is (169,53,14). Sum of RGB (Red+Green+Blue) = 169+53+14=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A9350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9350E is #56CAF1. Grayscale: #535353. Windows color (decimal): -5688050 or 931241. OLE color: 931241.
HSL color Cylindrical-coordinate representation of color #A9350E: hue angle of 15.1º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9350E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.34 |
| HSL | 15.1º | 0.85% | 0.36% | - |
| HSV(B) | 15.1º | 0.92% | 0.66% | - |
| XYZ | 17.71 | 11.01 | 1.61 | - |
| YUV | 83.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 14 | 0 | 0.69 | 0.92 | 0.34 | 15.1 | 0.85 | 0.36 |
| Hex | A9 | 35 | E | 0 | 45 | 5C | 22 | F | 55 | 24 |
| Octal | 251 | 65 | 16 | 0 | 105 | 134 | 42 | 17 | 125 | 44 |
| Binary | 10101001 | 110101 | 1110 | 0 | 1000101 | 1011100 | 100010 | 1111 | 1010101 | 100100 |
Color Harmonies of #A9350E
Complementary color
Monochromatic Colors of #A9350E
Black with #A9350E
Text Example
Text Example
White with #A9350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9350E; }
p { color: rgb(169,53,14); }
H1.HeaderClassName
{
color: #A9350E;
}
.AnyTagClassName
{
color: #A9350E;
}
</style>
background-color css
<style>
a { background-color: #A9350E; }
a { background-color: rgb(169,53,14); }
div.DivClassName
{
background-color: #A9350E;
}
.BgClassName
{
background-color: #A9350E;
}
</style>
border-color css
<style>
span { border-color: #A9350E; }
span { border-color: rgb(169,53,14); }
td.TdClassName
{
border-color: #A9350E;
}
.TagClassName
{
border-color: #A9350E;
}
</style>