Shades of Rust #A94112
Tints of Rust #A94112
RGB
CMYK
RGB Variations
Color information
#A94112 (or 0xA94112) is known color: Rust. HEX triplet: A9, 41 and 12. RGB value is (169,65,18). Sum of RGB (Red+Green+Blue) = 169+65+18=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A94112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94112 is #56BEED. Grayscale: #5B5B5B. Windows color (decimal): -5684974 or 1196457. OLE color: 1196457.
HSL color Cylindrical-coordinate representation of color #A94112: hue angle of 18.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A94112 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 18 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.34 |
| HSL | 18.68º | 0.81% | 0.37% | - |
| HSV(B) | 18.68º | 0.89% | 0.66% | - |
| XYZ | 18.36 | 12.26 | 1.97 | - |
| YUV | 90.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 18 | 0 | 0.62 | 0.89 | 0.34 | 18.68 | 0.81 | 0.37 |
| Hex | A9 | 41 | 12 | 0 | 3E | 59 | 22 | 13 | 51 | 25 |
| Octal | 251 | 101 | 22 | 0 | 76 | 131 | 42 | 23 | 121 | 45 |
| Binary | 10101001 | 1000001 | 10010 | 0 | 111110 | 1011001 | 100010 | 10011 | 1010001 | 100101 |
Color Harmonies of #A94112
Complementary color
Monochromatic Colors of #A94112
Black with #A94112
Text Example
Text Example
White with #A94112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94112; }
p { color: rgb(169,65,18); }
H1.HeaderClassName
{
color: #A94112;
}
.AnyTagClassName
{
color: #A94112;
}
</style>
background-color css
<style>
a { background-color: #A94112; }
a { background-color: rgb(169,65,18); }
div.DivClassName
{
background-color: #A94112;
}
.BgClassName
{
background-color: #A94112;
}
</style>
border-color css
<style>
span { border-color: #A94112; }
span { border-color: rgb(169,65,18); }
td.TdClassName
{
border-color: #A94112;
}
.TagClassName
{
border-color: #A94112;
}
</style>