Shades of Rust #A93311
Tints of Rust #A93311
RGB
CMYK
RGB Variations
Color information
#A93311 (or 0xA93311) is known color: Rust. HEX triplet: A9, 33 and 11. RGB value is (169,51,17). Sum of RGB (Red+Green+Blue) = 169+51+17=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A93311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93311 is #56CCEE. Grayscale: #525252. Windows color (decimal): -5688559 or 1127337. OLE color: 1127337.
HSL color Cylindrical-coordinate representation of color #A93311: hue angle of 13.42º 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 #A93311 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.34 |
| HSL | 13.42º | 0.82% | 0.36% | - |
| HSV(B) | 13.42º | 0.9% | 0.66% | - |
| XYZ | 17.65 | 10.84 | 1.69 | - |
| YUV | 82.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 17 | 0 | 0.70 | 0.90 | 0.34 | 13.42 | 0.82 | 0.36 |
| Hex | A9 | 33 | 11 | 0 | 46 | 5A | 22 | D | 52 | 24 |
| Octal | 251 | 63 | 21 | 0 | 106 | 132 | 42 | 15 | 122 | 44 |
| Binary | 10101001 | 110011 | 10001 | 0 | 1000110 | 1011010 | 100010 | 1101 | 1010010 | 100100 |
Color Harmonies of #A93311
Complementary color
Monochromatic Colors of #A93311
Black with #A93311
Text Example
Text Example
White with #A93311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93311; }
p { color: rgb(169,51,17); }
H1.HeaderClassName
{
color: #A93311;
}
.AnyTagClassName
{
color: #A93311;
}
</style>
background-color css
<style>
a { background-color: #A93311; }
a { background-color: rgb(169,51,17); }
div.DivClassName
{
background-color: #A93311;
}
.BgClassName
{
background-color: #A93311;
}
</style>
border-color css
<style>
span { border-color: #A93311; }
span { border-color: rgb(169,51,17); }
td.TdClassName
{
border-color: #A93311;
}
.TagClassName
{
border-color: #A93311;
}
</style>