Shades of Rust #A93400
Tints of Rust #A93400
RGB
CMYK
RGB Variations
Color information
#A93400 (or 0xA93400) is known color: Rust. HEX triplet: A9, 34 and 00. RGB value is (169,52,0). Sum of RGB (Red+Green+Blue) = 169+52+0=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A93400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93400 is #56CBFF. Grayscale: #515151. Windows color (decimal): -5688320 or 13481. OLE color: 13481.
HSL color Cylindrical-coordinate representation of color #A93400: hue angle of 18.46º 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 #A93400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.34 |
| HSL | 18.46º | 1% | 0.33% | - |
| HSV(B) | 18.46º | 1% | 0.66% | - |
| XYZ | 17.59 | 10.89 | 1.18 | - |
| YUV | 81.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 0 | 0 | 0.69 | 1 | 0.34 | 18.46 | 1 | 0.33 |
| Hex | A9 | 34 | 0 | 0 | 45 | 64 | 22 | 12 | 64 | 21 |
| Octal | 251 | 64 | 0 | 0 | 105 | 144 | 42 | 22 | 144 | 41 |
| Binary | 10101001 | 110100 | 0 | 0 | 1000101 | 1100100 | 100010 | 10010 | 1100100 | 100001 |
Color Harmonies of #A93400
Complementary color
Monochromatic Colors of #A93400
Black with #A93400
Text Example
Text Example
White with #A93400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93400; }
p { color: rgb(169,52,0); }
H1.HeaderClassName
{
color: #A93400;
}
.AnyTagClassName
{
color: #A93400;
}
</style>
background-color css
<style>
a { background-color: #A93400; }
a { background-color: rgb(169,52,0); }
div.DivClassName
{
background-color: #A93400;
}
.BgClassName
{
background-color: #A93400;
}
</style>
border-color css
<style>
span { border-color: #A93400; }
span { border-color: rgb(169,52,0); }
td.TdClassName
{
border-color: #A93400;
}
.TagClassName
{
border-color: #A93400;
}
</style>