Shades of Rust #A93111
Tints of Rust #A93111
RGB
CMYK
RGB Variations
Color information
#A93111 (or 0xA93111) is known color: Rust. HEX triplet: A9, 31 and 11. RGB value is (169,49,17). Sum of RGB (Red+Green+Blue) = 169+49+17=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A93111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93111 is #56CEEE. Grayscale: #515151. Windows color (decimal): -5689071 or 1126825. OLE color: 1126825.
HSL color Cylindrical-coordinate representation of color #A93111: hue angle of 12.63º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A93111 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 17 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.34 |
| HSL | 12.63º | 0.82% | 0.36% | - |
| HSV(B) | 12.63º | 0.9% | 0.66% | - |
| XYZ | 17.56 | 10.67 | 1.66 | - |
| YUV | 81.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 17 | 0 | 0.71 | 0.90 | 0.34 | 12.63 | 0.82 | 0.36 |
| Hex | A9 | 31 | 11 | 0 | 47 | 5A | 22 | D | 52 | 24 |
| Octal | 251 | 61 | 21 | 0 | 107 | 132 | 42 | 15 | 122 | 44 |
| Binary | 10101001 | 110001 | 10001 | 0 | 1000111 | 1011010 | 100010 | 1101 | 1010010 | 100100 |
Color Harmonies of #A93111
Complementary color
Monochromatic Colors of #A93111
Black with #A93111
Text Example
Text Example
White with #A93111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93111; }
p { color: rgb(169,49,17); }
H1.HeaderClassName
{
color: #A93111;
}
.AnyTagClassName
{
color: #A93111;
}
</style>
background-color css
<style>
a { background-color: #A93111; }
a { background-color: rgb(169,49,17); }
div.DivClassName
{
background-color: #A93111;
}
.BgClassName
{
background-color: #A93111;
}
</style>
border-color css
<style>
span { border-color: #A93111; }
span { border-color: rgb(169,49,17); }
td.TdClassName
{
border-color: #A93111;
}
.TagClassName
{
border-color: #A93111;
}
</style>