Shades of Rust #A9330E
Tints of Rust #A9330E
RGB
CMYK
RGB Variations
Color information
#A9330E (or 0xA9330E) is known color: Rust. HEX triplet: A9, 33 and 0E. RGB value is (169,51,14). Sum of RGB (Red+Green+Blue) = 169+51+14=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9330E is #56CCF1. Grayscale: #525252. Windows color (decimal): -5688562 or 930729. OLE color: 930729.
HSL color Cylindrical-coordinate representation of color #A9330E: hue angle of 14.32º 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 #A9330E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.34 |
| HSL | 14.32º | 0.85% | 0.36% | - |
| HSV(B) | 14.32º | 0.92% | 0.66% | - |
| XYZ | 17.63 | 10.83 | 1.58 | - |
| YUV | 82.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 14 | 0 | 0.70 | 0.92 | 0.34 | 14.32 | 0.85 | 0.36 |
| Hex | A9 | 33 | E | 0 | 46 | 5C | 22 | E | 55 | 24 |
| Octal | 251 | 63 | 16 | 0 | 106 | 134 | 42 | 16 | 125 | 44 |
| Binary | 10101001 | 110011 | 1110 | 0 | 1000110 | 1011100 | 100010 | 1110 | 1010101 | 100100 |
Color Harmonies of #A9330E
Complementary color
Monochromatic Colors of #A9330E
Black with #A9330E
Text Example
Text Example
White with #A9330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9330E; }
p { color: rgb(169,51,14); }
H1.HeaderClassName
{
color: #A9330E;
}
.AnyTagClassName
{
color: #A9330E;
}
</style>
background-color css
<style>
a { background-color: #A9330E; }
a { background-color: rgb(169,51,14); }
div.DivClassName
{
background-color: #A9330E;
}
.BgClassName
{
background-color: #A9330E;
}
</style>
border-color css
<style>
span { border-color: #A9330E; }
span { border-color: rgb(169,51,14); }
td.TdClassName
{
border-color: #A9330E;
}
.TagClassName
{
border-color: #A9330E;
}
</style>