Shades of Rust #A93912
Tints of Rust #A93912
RGB
CMYK
RGB Variations
Color information
#A93912 (or 0xA93912) is known color: Rust. HEX triplet: A9, 39 and 12. RGB value is (169,57,18). Sum of RGB (Red+Green+Blue) = 169+57+18=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A93912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93912 is #56C6ED. Grayscale: #565656. Windows color (decimal): -5687022 or 1194409. OLE color: 1194409.
HSL color Cylindrical-coordinate representation of color #A93912: hue angle of 15.5º 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 #A93912 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.34 |
| HSL | 15.5º | 0.81% | 0.37% | - |
| HSV(B) | 15.5º | 0.89% | 0.66% | - |
| XYZ | 17.93 | 11.4 | 1.83 | - |
| YUV | 86.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 18 | 0 | 0.66 | 0.89 | 0.34 | 15.5 | 0.81 | 0.37 |
| Hex | A9 | 39 | 12 | 0 | 42 | 59 | 22 | F | 51 | 25 |
| Octal | 251 | 71 | 22 | 0 | 102 | 131 | 42 | 17 | 121 | 45 |
| Binary | 10101001 | 111001 | 10010 | 0 | 1000010 | 1011001 | 100010 | 1111 | 1010001 | 100101 |
Color Harmonies of #A93912
Complementary color
Monochromatic Colors of #A93912
Black with #A93912
Text Example
Text Example
White with #A93912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93912; }
p { color: rgb(169,57,18); }
H1.HeaderClassName
{
color: #A93912;
}
.AnyTagClassName
{
color: #A93912;
}
</style>
background-color css
<style>
a { background-color: #A93912; }
a { background-color: rgb(169,57,18); }
div.DivClassName
{
background-color: #A93912;
}
.BgClassName
{
background-color: #A93912;
}
</style>
border-color css
<style>
span { border-color: #A93912; }
span { border-color: rgb(169,57,18); }
td.TdClassName
{
border-color: #A93912;
}
.TagClassName
{
border-color: #A93912;
}
</style>