Shades of Rust #A94D0C
Tints of Rust #A94D0C
RGB
CMYK
RGB Variations
Color information
#A94D0C (or 0xA94D0C) is known color: Rust. HEX triplet: A9, 4D and 0C. RGB value is (169,77,12). Sum of RGB (Red+Green+Blue) = 169+77+12=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94D0C is #56B2F3. Grayscale: #616161. Windows color (decimal): -5681908 or 806313. OLE color: 806313.
HSL color Cylindrical-coordinate representation of color #A94D0C: hue angle of 24.84º 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 #A94D0C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.34 |
| HSL | 24.84º | 0.87% | 0.35% | - |
| HSV(B) | 24.84º | 0.93% | 0.66% | - |
| XYZ | 19.08 | 13.77 | 2 | - |
| YUV | 97.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 12 | 0 | 0.54 | 0.93 | 0.34 | 24.84 | 0.87 | 0.35 |
| Hex | A9 | 4D | C | 0 | 36 | 5D | 22 | 19 | 57 | 23 |
| Octal | 251 | 115 | 14 | 0 | 66 | 135 | 42 | 31 | 127 | 43 |
| Binary | 10101001 | 1001101 | 1100 | 0 | 110110 | 1011101 | 100010 | 11001 | 1010111 | 100011 |
Color Harmonies of #A94D0C
Complementary color
Monochromatic Colors of #A94D0C
Black with #A94D0C
Text Example
Text Example
White with #A94D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D0C; }
p { color: rgb(169,77,12); }
H1.HeaderClassName
{
color: #A94D0C;
}
.AnyTagClassName
{
color: #A94D0C;
}
</style>
background-color css
<style>
a { background-color: #A94D0C; }
a { background-color: rgb(169,77,12); }
div.DivClassName
{
background-color: #A94D0C;
}
.BgClassName
{
background-color: #A94D0C;
}
</style>
border-color css
<style>
span { border-color: #A94D0C; }
span { border-color: rgb(169,77,12); }
td.TdClassName
{
border-color: #A94D0C;
}
.TagClassName
{
border-color: #A94D0C;
}
</style>