Shades of Rust #A94C10
Tints of Rust #A94C10
RGB
CMYK
RGB Variations
Color information
#A94C10 (or 0xA94C10) is known color: Rust. HEX triplet: A9, 4C and 10. RGB value is (169,76,16). Sum of RGB (Red+Green+Blue) = 169+76+16=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C10 is #56B3EF. Grayscale: #616161. Windows color (decimal): -5682160 or 1068201. OLE color: 1068201.
HSL color Cylindrical-coordinate representation of color #A94C10: hue angle of 23.53º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A94C10 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.34 |
| HSL | 23.53º | 0.83% | 0.36% | - |
| HSV(B) | 23.53º | 0.91% | 0.66% | - |
| XYZ | 19.04 | 13.64 | 2.12 | - |
| YUV | 96.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 16 | 0 | 0.55 | 0.91 | 0.34 | 23.53 | 0.83 | 0.36 |
| Hex | A9 | 4C | 10 | 0 | 37 | 5B | 22 | 18 | 53 | 24 |
| Octal | 251 | 114 | 20 | 0 | 67 | 133 | 42 | 30 | 123 | 44 |
| Binary | 10101001 | 1001100 | 10000 | 0 | 110111 | 1011011 | 100010 | 11000 | 1010011 | 100100 |
Color Harmonies of #A94C10
Complementary color
Monochromatic Colors of #A94C10
Black with #A94C10
Text Example
Text Example
White with #A94C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C10; }
p { color: rgb(169,76,16); }
H1.HeaderClassName
{
color: #A94C10;
}
.AnyTagClassName
{
color: #A94C10;
}
</style>
background-color css
<style>
a { background-color: #A94C10; }
a { background-color: rgb(169,76,16); }
div.DivClassName
{
background-color: #A94C10;
}
.BgClassName
{
background-color: #A94C10;
}
</style>
border-color css
<style>
span { border-color: #A94C10; }
span { border-color: rgb(169,76,16); }
td.TdClassName
{
border-color: #A94C10;
}
.TagClassName
{
border-color: #A94C10;
}
</style>