Shades of Rust #A93B11
Tints of Rust #A93B11
RGB
CMYK
RGB Variations
Color information
#A93B11 (or 0xA93B11) is known color: Rust. HEX triplet: A9, 3B and 11. RGB value is (169,59,17). Sum of RGB (Red+Green+Blue) = 169+59+17=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93B11 is #56C4EE. Grayscale: #575757. Windows color (decimal): -5686511 or 1129385. OLE color: 1129385.
HSL color Cylindrical-coordinate representation of color #A93B11: hue angle of 16.58º 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 #A93B11 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 17 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.34 |
| HSL | 16.58º | 0.82% | 0.36% | - |
| HSV(B) | 16.58º | 0.9% | 0.66% | - |
| XYZ | 18.03 | 11.6 | 1.82 | - |
| YUV | 87.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 17 | 0 | 0.65 | 0.90 | 0.34 | 16.58 | 0.82 | 0.36 |
| Hex | A9 | 3B | 11 | 0 | 41 | 5A | 22 | 11 | 52 | 24 |
| Octal | 251 | 73 | 21 | 0 | 101 | 132 | 42 | 21 | 122 | 44 |
| Binary | 10101001 | 111011 | 10001 | 0 | 1000001 | 1011010 | 100010 | 10001 | 1010010 | 100100 |
Color Harmonies of #A93B11
Complementary color
Monochromatic Colors of #A93B11
Black with #A93B11
Text Example
Text Example
White with #A93B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B11; }
p { color: rgb(169,59,17); }
H1.HeaderClassName
{
color: #A93B11;
}
.AnyTagClassName
{
color: #A93B11;
}
</style>
background-color css
<style>
a { background-color: #A93B11; }
a { background-color: rgb(169,59,17); }
div.DivClassName
{
background-color: #A93B11;
}
.BgClassName
{
background-color: #A93B11;
}
</style>
border-color css
<style>
span { border-color: #A93B11; }
span { border-color: rgb(169,59,17); }
td.TdClassName
{
border-color: #A93B11;
}
.TagClassName
{
border-color: #A93B11;
}
</style>