Shades of Rust #A93605
Tints of Rust #A93605
RGB
CMYK
RGB Variations
Color information
#A93605 (or 0xA93605) is known color: Rust. HEX triplet: A9, 36 and 05. RGB value is (169,54,5). Sum of RGB (Red+Green+Blue) = 169+54+5=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A93605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93605 is #56C9FA. Grayscale: #535353. Windows color (decimal): -5687803 or 341673. OLE color: 341673.
HSL color Cylindrical-coordinate representation of color #A93605: hue angle of 17.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A93605 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.34 |
| HSL | 17.93º | 0.94% | 0.34% | - |
| HSV(B) | 17.93º | 0.97% | 0.66% | - |
| XYZ | 17.71 | 11.08 | 1.35 | - |
| YUV | 82.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 5 | 0 | 0.68 | 0.97 | 0.34 | 17.93 | 0.94 | 0.34 |
| Hex | A9 | 36 | 5 | 0 | 44 | 61 | 22 | 12 | 5E | 22 |
| Octal | 251 | 66 | 5 | 0 | 104 | 141 | 42 | 22 | 136 | 42 |
| Binary | 10101001 | 110110 | 101 | 0 | 1000100 | 1100001 | 100010 | 10010 | 1011110 | 100010 |
Color Harmonies of #A93605
Complementary color
Monochromatic Colors of #A93605
Black with #A93605
Text Example
Text Example
White with #A93605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93605; }
p { color: rgb(169,54,5); }
H1.HeaderClassName
{
color: #A93605;
}
.AnyTagClassName
{
color: #A93605;
}
</style>
background-color css
<style>
a { background-color: #A93605; }
a { background-color: rgb(169,54,5); }
div.DivClassName
{
background-color: #A93605;
}
.BgClassName
{
background-color: #A93605;
}
</style>
border-color css
<style>
span { border-color: #A93605; }
span { border-color: rgb(169,54,5); }
td.TdClassName
{
border-color: #A93605;
}
.TagClassName
{
border-color: #A93605;
}
</style>