Shades of Rust #A94C0A
Tints of Rust #A94C0A
RGB
CMYK
RGB Variations
Color information
#A94C0A (or 0xA94C0A) is known color: Rust. HEX triplet: A9, 4C and 0A. RGB value is (169,76,10). Sum of RGB (Red+Green+Blue) = 169+76+10=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C0A is #56B3F5. Grayscale: #606060. Windows color (decimal): -5682166 or 674985. OLE color: 674985.
HSL color Cylindrical-coordinate representation of color #A94C0A: hue angle of 24.91º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A94C0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.34 |
| HSL | 24.91º | 0.89% | 0.35% | - |
| HSV(B) | 24.91º | 0.94% | 0.66% | - |
| XYZ | 19 | 13.63 | 1.92 | - |
| YUV | 96.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 10 | 0 | 0.55 | 0.94 | 0.34 | 24.91 | 0.89 | 0.35 |
| Hex | A9 | 4C | A | 0 | 37 | 5E | 22 | 19 | 59 | 23 |
| Octal | 251 | 114 | 12 | 0 | 67 | 136 | 42 | 31 | 131 | 43 |
| Binary | 10101001 | 1001100 | 1010 | 0 | 110111 | 1011110 | 100010 | 11001 | 1011001 | 100011 |
Color Harmonies of #A94C0A
Complementary color
Monochromatic Colors of #A94C0A
Black with #A94C0A
Text Example
Text Example
White with #A94C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C0A; }
p { color: rgb(169,76,10); }
H1.HeaderClassName
{
color: #A94C0A;
}
.AnyTagClassName
{
color: #A94C0A;
}
</style>
background-color css
<style>
a { background-color: #A94C0A; }
a { background-color: rgb(169,76,10); }
div.DivClassName
{
background-color: #A94C0A;
}
.BgClassName
{
background-color: #A94C0A;
}
</style>
border-color css
<style>
span { border-color: #A94C0A; }
span { border-color: rgb(169,76,10); }
td.TdClassName
{
border-color: #A94C0A;
}
.TagClassName
{
border-color: #A94C0A;
}
</style>