Shades of Rust #A9330C
Tints of Rust #A9330C
RGB
CMYK
RGB Variations
Color information
#A9330C (or 0xA9330C) is known color: Rust. HEX triplet: A9, 33 and 0C. RGB value is (169,51,12). Sum of RGB (Red+Green+Blue) = 169+51+12=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9330C is #56CCF3. Grayscale: #525252. Windows color (decimal): -5688564 or 799657. OLE color: 799657.
HSL color Cylindrical-coordinate representation of color #A9330C: hue angle of 14.9º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9330C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.34 |
| HSL | 14.9º | 0.87% | 0.35% | - |
| HSV(B) | 14.9º | 0.93% | 0.66% | - |
| XYZ | 17.61 | 10.83 | 1.51 | - |
| YUV | 81.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 12 | 0 | 0.70 | 0.93 | 0.34 | 14.9 | 0.87 | 0.35 |
| Hex | A9 | 33 | C | 0 | 46 | 5D | 22 | F | 57 | 23 |
| Octal | 251 | 63 | 14 | 0 | 106 | 135 | 42 | 17 | 127 | 43 |
| Binary | 10101001 | 110011 | 1100 | 0 | 1000110 | 1011101 | 100010 | 1111 | 1010111 | 100011 |
Color Harmonies of #A9330C
Complementary color
Monochromatic Colors of #A9330C
Black with #A9330C
Text Example
Text Example
White with #A9330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9330C; }
p { color: rgb(169,51,12); }
H1.HeaderClassName
{
color: #A9330C;
}
.AnyTagClassName
{
color: #A9330C;
}
</style>
background-color css
<style>
a { background-color: #A9330C; }
a { background-color: rgb(169,51,12); }
div.DivClassName
{
background-color: #A9330C;
}
.BgClassName
{
background-color: #A9330C;
}
</style>
border-color css
<style>
span { border-color: #A9330C; }
span { border-color: rgb(169,51,12); }
td.TdClassName
{
border-color: #A9330C;
}
.TagClassName
{
border-color: #A9330C;
}
</style>