Shades of Rust #A93100
Tints of Rust #A93100
RGB
CMYK
RGB Variations
Color information
#A93100 (or 0xA93100) is known color: Rust. HEX triplet: A9, 31 and 00. RGB value is (169,49,0). Sum of RGB (Red+Green+Blue) = 169+49+0=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A93100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93100 is #56CEFF. Grayscale: #4F4F4F. Windows color (decimal): -5689088 or 12713. OLE color: 12713.
HSL color Cylindrical-coordinate representation of color #A93100: hue angle of 17.4º 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 #A93100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.34 |
| HSL | 17.4º | 1% | 0.33% | - |
| HSV(B) | 17.4º | 1% | 0.66% | - |
| XYZ | 17.46 | 10.63 | 1.13 | - |
| YUV | 79.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 0 | 0 | 0.71 | 1 | 0.34 | 17.4 | 1 | 0.33 |
| Hex | A9 | 31 | 0 | 0 | 47 | 64 | 22 | 11 | 64 | 21 |
| Octal | 251 | 61 | 0 | 0 | 107 | 144 | 42 | 21 | 144 | 41 |
| Binary | 10101001 | 110001 | 0 | 0 | 1000111 | 1100100 | 100010 | 10001 | 1100100 | 100001 |
Color Harmonies of #A93100
Complementary color
Monochromatic Colors of #A93100
Black with #A93100
Text Example
Text Example
White with #A93100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93100; }
p { color: rgb(169,49,0); }
H1.HeaderClassName
{
color: #A93100;
}
.AnyTagClassName
{
color: #A93100;
}
</style>
background-color css
<style>
a { background-color: #A93100; }
a { background-color: rgb(169,49,0); }
div.DivClassName
{
background-color: #A93100;
}
.BgClassName
{
background-color: #A93100;
}
</style>
border-color css
<style>
span { border-color: #A93100; }
span { border-color: rgb(169,49,0); }
td.TdClassName
{
border-color: #A93100;
}
.TagClassName
{
border-color: #A93100;
}
</style>