Shades of Rust #A9420C
Tints of Rust #A9420C
RGB
CMYK
RGB Variations
Color information
#A9420C (or 0xA9420C) is known color: Rust. HEX triplet: A9, 42 and 0C. RGB value is (169,66,12). Sum of RGB (Red+Green+Blue) = 169+66+12=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A9420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9420C is #56BDF3. Grayscale: #5A5A5A. Windows color (decimal): -5684724 or 803497. OLE color: 803497.
HSL color Cylindrical-coordinate representation of color #A9420C: hue angle of 20.64º 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 #A9420C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.34 |
| HSL | 20.64º | 0.87% | 0.35% | - |
| HSV(B) | 20.64º | 0.93% | 0.66% | - |
| XYZ | 18.38 | 12.36 | 1.76 | - |
| YUV | 90.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 12 | 0 | 0.61 | 0.93 | 0.34 | 20.64 | 0.87 | 0.35 |
| Hex | A9 | 42 | C | 0 | 3D | 5D | 22 | 15 | 57 | 23 |
| Octal | 251 | 102 | 14 | 0 | 75 | 135 | 42 | 25 | 127 | 43 |
| Binary | 10101001 | 1000010 | 1100 | 0 | 111101 | 1011101 | 100010 | 10101 | 1010111 | 100011 |
Color Harmonies of #A9420C
Complementary color
Monochromatic Colors of #A9420C
Black with #A9420C
Text Example
Text Example
White with #A9420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9420C; }
p { color: rgb(169,66,12); }
H1.HeaderClassName
{
color: #A9420C;
}
.AnyTagClassName
{
color: #A9420C;
}
</style>
background-color css
<style>
a { background-color: #A9420C; }
a { background-color: rgb(169,66,12); }
div.DivClassName
{
background-color: #A9420C;
}
.BgClassName
{
background-color: #A9420C;
}
</style>
border-color css
<style>
span { border-color: #A9420C; }
span { border-color: rgb(169,66,12); }
td.TdClassName
{
border-color: #A9420C;
}
.TagClassName
{
border-color: #A9420C;
}
</style>