Shades of Rust #A93700
Tints of Rust #A93700
RGB
CMYK
RGB Variations
Color information
#A93700 (or 0xA93700) is known color: Rust. HEX triplet: A9, 37 and 00. RGB value is (169,55,0). Sum of RGB (Red+Green+Blue) = 169+55+0=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A93700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93700 is #56C8FF. Grayscale: #535353. Windows color (decimal): -5687552 or 14249. OLE color: 14249.
HSL color Cylindrical-coordinate representation of color #A93700: hue angle of 19.53º 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 #A93700 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.34 |
| HSL | 19.53º | 1% | 0.33% | - |
| HSV(B) | 19.53º | 1% | 0.66% | - |
| XYZ | 17.73 | 11.17 | 1.22 | - |
| YUV | 82.82 | 81.27 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 0 | 0 | 0.67 | 1 | 0.34 | 19.53 | 1 | 0.33 |
| Hex | A9 | 37 | 0 | 0 | 43 | 64 | 22 | 14 | 64 | 21 |
| Octal | 251 | 67 | 0 | 0 | 103 | 144 | 42 | 24 | 144 | 41 |
| Binary | 10101001 | 110111 | 0 | 0 | 1000011 | 1100100 | 100010 | 10100 | 1100100 | 100001 |
Color Harmonies of #A93700
Complementary color
Monochromatic Colors of #A93700
Black with #A93700
Text Example
Text Example
White with #A93700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93700; }
p { color: rgb(169,55,0); }
H1.HeaderClassName
{
color: #A93700;
}
.AnyTagClassName
{
color: #A93700;
}
</style>
background-color css
<style>
a { background-color: #A93700; }
a { background-color: rgb(169,55,0); }
div.DivClassName
{
background-color: #A93700;
}
.BgClassName
{
background-color: #A93700;
}
</style>
border-color css
<style>
span { border-color: #A93700; }
span { border-color: rgb(169,55,0); }
td.TdClassName
{
border-color: #A93700;
}
.TagClassName
{
border-color: #A93700;
}
</style>