Shades of Rust #A93600
Tints of Rust #A93600
RGB
CMYK
RGB Variations
Color information
#A93600 (or 0xA93600) is known color: Rust. HEX triplet: A9, 36 and 00. RGB value is (169,54,0). Sum of RGB (Red+Green+Blue) = 169+54+0=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A93600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93600 is #56C9FF. Grayscale: #525252. Windows color (decimal): -5687808 or 13993. OLE color: 13993.
HSL color Cylindrical-coordinate representation of color #A93600: hue angle of 19.17º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A93600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.34 |
| HSL | 19.17º | 1% | 0.33% | - |
| HSV(B) | 19.17º | 1% | 0.66% | - |
| XYZ | 17.68 | 11.07 | 1.21 | - |
| YUV | 82.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 0 | 0 | 0.68 | 1 | 0.34 | 19.17 | 1 | 0.33 |
| Hex | A9 | 36 | 0 | 0 | 44 | 64 | 22 | 13 | 64 | 21 |
| Octal | 251 | 66 | 0 | 0 | 104 | 144 | 42 | 23 | 144 | 41 |
| Binary | 10101001 | 110110 | 0 | 0 | 1000100 | 1100100 | 100010 | 10011 | 1100100 | 100001 |
Color Harmonies of #A93600
Complementary color
Monochromatic Colors of #A93600
Black with #A93600
Text Example
Text Example
White with #A93600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93600; }
p { color: rgb(169,54,0); }
H1.HeaderClassName
{
color: #A93600;
}
.AnyTagClassName
{
color: #A93600;
}
</style>
background-color css
<style>
a { background-color: #A93600; }
a { background-color: rgb(169,54,0); }
div.DivClassName
{
background-color: #A93600;
}
.BgClassName
{
background-color: #A93600;
}
</style>
border-color css
<style>
span { border-color: #A93600; }
span { border-color: rgb(169,54,0); }
td.TdClassName
{
border-color: #A93600;
}
.TagClassName
{
border-color: #A93600;
}
</style>