Shades of Rust #A93A12
Tints of Rust #A93A12
RGB
CMYK
RGB Variations
Color information
#A93A12 (or 0xA93A12) is known color: Rust. HEX triplet: A9, 3A and 12. RGB value is (169,58,18). Sum of RGB (Red+Green+Blue) = 169+58+18=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A12 is #56C5ED. Grayscale: #565656. Windows color (decimal): -5686766 or 1194665. OLE color: 1194665.
HSL color Cylindrical-coordinate representation of color #A93A12: hue angle of 15.89º 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 #A93A12 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.34 |
| HSL | 15.89º | 0.81% | 0.37% | - |
| HSV(B) | 15.89º | 0.89% | 0.66% | - |
| XYZ | 17.98 | 11.5 | 1.85 | - |
| YUV | 86.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 18 | 0 | 0.66 | 0.89 | 0.34 | 15.89 | 0.81 | 0.37 |
| Hex | A9 | 3A | 12 | 0 | 42 | 59 | 22 | 10 | 51 | 25 |
| Octal | 251 | 72 | 22 | 0 | 102 | 131 | 42 | 20 | 121 | 45 |
| Binary | 10101001 | 111010 | 10010 | 0 | 1000010 | 1011001 | 100010 | 10000 | 1010001 | 100101 |
Color Harmonies of #A93A12
Complementary color
Monochromatic Colors of #A93A12
Black with #A93A12
Text Example
Text Example
White with #A93A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A12; }
p { color: rgb(169,58,18); }
H1.HeaderClassName
{
color: #A93A12;
}
.AnyTagClassName
{
color: #A93A12;
}
</style>
background-color css
<style>
a { background-color: #A93A12; }
a { background-color: rgb(169,58,18); }
div.DivClassName
{
background-color: #A93A12;
}
.BgClassName
{
background-color: #A93A12;
}
</style>
border-color css
<style>
span { border-color: #A93A12; }
span { border-color: rgb(169,58,18); }
td.TdClassName
{
border-color: #A93A12;
}
.TagClassName
{
border-color: #A93A12;
}
</style>