Shades of Rust #A93315
Tints of Rust #A93315
RGB
CMYK
RGB Variations
Color information
#A93315 (or 0xA93315) is known color: Rust. HEX triplet: A9, 33 and 15. RGB value is (169,51,21). Sum of RGB (Red+Green+Blue) = 169+51+21=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A93315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93315 is #56CCEA. Grayscale: #535353. Windows color (decimal): -5688555 or 1389481. OLE color: 1389481.
HSL color Cylindrical-coordinate representation of color #A93315: hue angle of 12.16º 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 #A93315 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 21 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.34 |
| HSL | 12.16º | 0.78% | 0.37% | - |
| HSV(B) | 12.16º | 0.88% | 0.66% | - |
| XYZ | 17.68 | 10.86 | 1.87 | - |
| YUV | 82.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 21 | 0 | 0.70 | 0.88 | 0.34 | 12.16 | 0.78 | 0.37 |
| Hex | A9 | 33 | 15 | 0 | 46 | 58 | 22 | C | 4E | 25 |
| Octal | 251 | 63 | 25 | 0 | 106 | 130 | 42 | 14 | 116 | 45 |
| Binary | 10101001 | 110011 | 10101 | 0 | 1000110 | 1011000 | 100010 | 1100 | 1001110 | 100101 |
Color Harmonies of #A93315
Complementary color
Monochromatic Colors of #A93315
Black with #A93315
Text Example
Text Example
White with #A93315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93315; }
p { color: rgb(169,51,21); }
H1.HeaderClassName
{
color: #A93315;
}
.AnyTagClassName
{
color: #A93315;
}
</style>
background-color css
<style>
a { background-color: #A93315; }
a { background-color: rgb(169,51,21); }
div.DivClassName
{
background-color: #A93315;
}
.BgClassName
{
background-color: #A93315;
}
</style>
border-color css
<style>
span { border-color: #A93315; }
span { border-color: rgb(169,51,21); }
td.TdClassName
{
border-color: #A93315;
}
.TagClassName
{
border-color: #A93315;
}
</style>