Shades of Rust #A93115
Tints of Rust #A93115
RGB
CMYK
RGB Variations
Color information
#A93115 (or 0xA93115) is known color: Rust. HEX triplet: A9, 31 and 15. RGB value is (169,49,21). Sum of RGB (Red+Green+Blue) = 169+49+21=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A93115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93115 is #56CEEA. Grayscale: #515151. Windows color (decimal): -5689067 or 1388969. OLE color: 1388969.
HSL color Cylindrical-coordinate representation of color #A93115: hue angle of 11.35º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A93115 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.34 |
| HSL | 11.35º | 0.78% | 0.37% | - |
| HSV(B) | 11.35º | 0.88% | 0.66% | - |
| XYZ | 17.6 | 10.69 | 1.84 | - |
| YUV | 81.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 21 | 0 | 0.71 | 0.88 | 0.34 | 11.35 | 0.78 | 0.37 |
| Hex | A9 | 31 | 15 | 0 | 47 | 58 | 22 | B | 4E | 25 |
| Octal | 251 | 61 | 25 | 0 | 107 | 130 | 42 | 13 | 116 | 45 |
| Binary | 10101001 | 110001 | 10101 | 0 | 1000111 | 1011000 | 100010 | 1011 | 1001110 | 100101 |
Color Harmonies of #A93115
Complementary color
Monochromatic Colors of #A93115
Black with #A93115
Text Example
Text Example
White with #A93115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93115; }
p { color: rgb(169,49,21); }
H1.HeaderClassName
{
color: #A93115;
}
.AnyTagClassName
{
color: #A93115;
}
</style>
background-color css
<style>
a { background-color: #A93115; }
a { background-color: rgb(169,49,21); }
div.DivClassName
{
background-color: #A93115;
}
.BgClassName
{
background-color: #A93115;
}
</style>
border-color css
<style>
span { border-color: #A93115; }
span { border-color: rgb(169,49,21); }
td.TdClassName
{
border-color: #A93115;
}
.TagClassName
{
border-color: #A93115;
}
</style>