Shades of Rust #A93006
Tints of Rust #A93006
RGB
CMYK
RGB Variations
Color information
#A93006 (or 0xA93006) is known color: Rust. HEX triplet: A9, 30 and 06. RGB value is (169,48,6). Sum of RGB (Red+Green+Blue) = 169+48+6=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A93006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93006 is #56CFF9. Grayscale: #4F4F4F. Windows color (decimal): -5689338 or 405673. OLE color: 405673.
HSL color Cylindrical-coordinate representation of color #A93006: hue angle of 15.46º 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 #A93006 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 6 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.34 |
| HSL | 15.46º | 0.93% | 0.34% | - |
| HSV(B) | 15.46º | 0.96% | 0.66% | - |
| XYZ | 17.45 | 10.56 | 1.29 | - |
| YUV | 79.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 6 | 0 | 0.72 | 0.96 | 0.34 | 15.46 | 0.93 | 0.34 |
| Hex | A9 | 30 | 6 | 0 | 48 | 60 | 22 | F | 5D | 22 |
| Octal | 251 | 60 | 6 | 0 | 110 | 140 | 42 | 17 | 135 | 42 |
| Binary | 10101001 | 110000 | 110 | 0 | 1001000 | 1100000 | 100010 | 1111 | 1011101 | 100010 |
Color Harmonies of #A93006
Complementary color
Monochromatic Colors of #A93006
Black with #A93006
Text Example
Text Example
White with #A93006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93006; }
p { color: rgb(169,48,6); }
H1.HeaderClassName
{
color: #A93006;
}
.AnyTagClassName
{
color: #A93006;
}
</style>
background-color css
<style>
a { background-color: #A93006; }
a { background-color: rgb(169,48,6); }
div.DivClassName
{
background-color: #A93006;
}
.BgClassName
{
background-color: #A93006;
}
</style>
border-color css
<style>
span { border-color: #A93006; }
span { border-color: rgb(169,48,6); }
td.TdClassName
{
border-color: #A93006;
}
.TagClassName
{
border-color: #A93006;
}
</style>