Shades of Rust #A9440C
Tints of Rust #A9440C
RGB
CMYK
RGB Variations
Color information
#A9440C (or 0xA9440C) is known color: Rust. HEX triplet: A9, 44 and 0C. RGB value is (169,68,12). Sum of RGB (Red+Green+Blue) = 169+68+12=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A9440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9440C is #56BBF3. Grayscale: #5C5C5C. Windows color (decimal): -5684212 or 804009. OLE color: 804009.
HSL color Cylindrical-coordinate representation of color #A9440C: hue angle of 21.4º 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 #A9440C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 12 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.34 |
| HSL | 21.4º | 0.87% | 0.35% | - |
| HSV(B) | 21.4º | 0.93% | 0.66% | - |
| XYZ | 18.5 | 12.6 | 1.8 | - |
| YUV | 91.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 12 | 0 | 0.60 | 0.93 | 0.34 | 21.4 | 0.87 | 0.35 |
| Hex | A9 | 44 | C | 0 | 3C | 5D | 22 | 15 | 57 | 23 |
| Octal | 251 | 104 | 14 | 0 | 74 | 135 | 42 | 25 | 127 | 43 |
| Binary | 10101001 | 1000100 | 1100 | 0 | 111100 | 1011101 | 100010 | 10101 | 1010111 | 100011 |
Color Harmonies of #A9440C
Complementary color
Monochromatic Colors of #A9440C
Black with #A9440C
Text Example
Text Example
White with #A9440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9440C; }
p { color: rgb(169,68,12); }
H1.HeaderClassName
{
color: #A9440C;
}
.AnyTagClassName
{
color: #A9440C;
}
</style>
background-color css
<style>
a { background-color: #A9440C; }
a { background-color: rgb(169,68,12); }
div.DivClassName
{
background-color: #A9440C;
}
.BgClassName
{
background-color: #A9440C;
}
</style>
border-color css
<style>
span { border-color: #A9440C; }
span { border-color: rgb(169,68,12); }
td.TdClassName
{
border-color: #A9440C;
}
.TagClassName
{
border-color: #A9440C;
}
</style>