Shades of Rust #A93C05
Tints of Rust #A93C05
RGB
CMYK
RGB Variations
Color information
#A93C05 (or 0xA93C05) is known color: Rust. HEX triplet: A9, 3C and 05. RGB value is (169,60,5). Sum of RGB (Red+Green+Blue) = 169+60+5=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C05 is #56C3FA. Grayscale: #565656. Windows color (decimal): -5686267 or 343209. OLE color: 343209.
HSL color Cylindrical-coordinate representation of color #A93C05: hue angle of 20.12º 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 #A93C05 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.34 |
| HSL | 20.12º | 0.94% | 0.34% | - |
| HSV(B) | 20.12º | 0.97% | 0.66% | - |
| XYZ | 18.01 | 11.68 | 1.45 | - |
| YUV | 86.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 5 | 0 | 0.64 | 0.97 | 0.34 | 20.12 | 0.94 | 0.34 |
| Hex | A9 | 3C | 5 | 0 | 40 | 61 | 22 | 14 | 5E | 22 |
| Octal | 251 | 74 | 5 | 0 | 100 | 141 | 42 | 24 | 136 | 42 |
| Binary | 10101001 | 111100 | 101 | 0 | 1000000 | 1100001 | 100010 | 10100 | 1011110 | 100010 |
Color Harmonies of #A93C05
Complementary color
Monochromatic Colors of #A93C05
Black with #A93C05
Text Example
Text Example
White with #A93C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C05; }
p { color: rgb(169,60,5); }
H1.HeaderClassName
{
color: #A93C05;
}
.AnyTagClassName
{
color: #A93C05;
}
</style>
background-color css
<style>
a { background-color: #A93C05; }
a { background-color: rgb(169,60,5); }
div.DivClassName
{
background-color: #A93C05;
}
.BgClassName
{
background-color: #A93C05;
}
</style>
border-color css
<style>
span { border-color: #A93C05; }
span { border-color: rgb(169,60,5); }
td.TdClassName
{
border-color: #A93C05;
}
.TagClassName
{
border-color: #A93C05;
}
</style>