Shades of Rust #A92D00
Tints of Rust #A92D00
RGB
CMYK
RGB Variations
Color information
#A92D00 (or 0xA92D00) is known color: Rust. HEX triplet: A9, 2D and 00. RGB value is (169,45,0). Sum of RGB (Red+Green+Blue) = 169+45+0=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D00 is #56D2FF. Grayscale: #4D4D4D. Windows color (decimal): -5690112 or 11689. OLE color: 11689.
HSL color Cylindrical-coordinate representation of color #A92D00: hue angle of 15.98º 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 #A92D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.34 |
| HSL | 15.98º | 1% | 0.33% | - |
| HSV(B) | 15.98º | 1% | 0.66% | - |
| XYZ | 17.3 | 10.31 | 1.08 | - |
| YUV | 76.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 0 | 0 | 0.73 | 1 | 0.34 | 15.98 | 1 | 0.33 |
| Hex | A9 | 2D | 0 | 0 | 49 | 64 | 22 | 10 | 64 | 21 |
| Octal | 251 | 55 | 0 | 0 | 111 | 144 | 42 | 20 | 144 | 41 |
| Binary | 10101001 | 101101 | 0 | 0 | 1001001 | 1100100 | 100010 | 10000 | 1100100 | 100001 |
Color Harmonies of #A92D00
Complementary color
Monochromatic Colors of #A92D00
Black with #A92D00
Text Example
Text Example
White with #A92D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D00; }
p { color: rgb(169,45,0); }
H1.HeaderClassName
{
color: #A92D00;
}
.AnyTagClassName
{
color: #A92D00;
}
</style>
background-color css
<style>
a { background-color: #A92D00; }
a { background-color: rgb(169,45,0); }
div.DivClassName
{
background-color: #A92D00;
}
.BgClassName
{
background-color: #A92D00;
}
</style>
border-color css
<style>
span { border-color: #A92D00; }
span { border-color: rgb(169,45,0); }
td.TdClassName
{
border-color: #A92D00;
}
.TagClassName
{
border-color: #A92D00;
}
</style>