Shades of Rust #A93106
Tints of Rust #A93106
RGB
CMYK
RGB Variations
Color information
#A93106 (or 0xA93106) is known color: Rust. HEX triplet: A9, 31 and 06. RGB value is (169,49,6). Sum of RGB (Red+Green+Blue) = 169+49+6=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A93106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93106 is #56CEF9. Grayscale: #505050. Windows color (decimal): -5689082 or 405929. OLE color: 405929.
HSL color Cylindrical-coordinate representation of color #A93106: hue angle of 15.83º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A93106 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.34 |
| HSL | 15.83º | 0.93% | 0.34% | - |
| HSV(B) | 15.83º | 0.96% | 0.66% | - |
| XYZ | 17.49 | 10.64 | 1.3 | - |
| YUV | 79.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 6 | 0 | 0.71 | 0.96 | 0.34 | 15.83 | 0.93 | 0.34 |
| Hex | A9 | 31 | 6 | 0 | 47 | 60 | 22 | 10 | 5D | 22 |
| Octal | 251 | 61 | 6 | 0 | 107 | 140 | 42 | 20 | 135 | 42 |
| Binary | 10101001 | 110001 | 110 | 0 | 1000111 | 1100000 | 100010 | 10000 | 1011101 | 100010 |
Color Harmonies of #A93106
Complementary color
Monochromatic Colors of #A93106
Black with #A93106
Text Example
Text Example
White with #A93106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93106; }
p { color: rgb(169,49,6); }
H1.HeaderClassName
{
color: #A93106;
}
.AnyTagClassName
{
color: #A93106;
}
</style>
background-color css
<style>
a { background-color: #A93106; }
a { background-color: rgb(169,49,6); }
div.DivClassName
{
background-color: #A93106;
}
.BgClassName
{
background-color: #A93106;
}
</style>
border-color css
<style>
span { border-color: #A93106; }
span { border-color: rgb(169,49,6); }
td.TdClassName
{
border-color: #A93106;
}
.TagClassName
{
border-color: #A93106;
}
</style>