Shades of Rust #A92200
Tints of Rust #A92200
RGB
CMYK
RGB Variations
Color information
#A92200 (or 0xA92200) is known color: Rust. HEX triplet: A9, 22 and 00. RGB value is (169,34,0). Sum of RGB (Red+Green+Blue) = 169+34+0=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A92200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92200 is #56DDFF. Grayscale: #464646. Windows color (decimal): -5692928 or 8873. OLE color: 8873.
HSL color Cylindrical-coordinate representation of color #A92200: hue angle of 12.07º 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 #A92200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 34 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.34 |
| HSL | 12.07º | 1% | 0.33% | - |
| HSV(B) | 12.07º | 1% | 0.66% | - |
| XYZ | 16.93 | 9.58 | 0.96 | - |
| YUV | 70.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 0 | 0 | 0.80 | 1 | 0.34 | 12.07 | 1 | 0.33 |
| Hex | A9 | 22 | 0 | 0 | 50 | 64 | 22 | C | 64 | 21 |
| Octal | 251 | 42 | 0 | 0 | 120 | 144 | 42 | 14 | 144 | 41 |
| Binary | 10101001 | 100010 | 0 | 0 | 1010000 | 1100100 | 100010 | 1100 | 1100100 | 100001 |
Color Harmonies of #A92200
Complementary color
Monochromatic Colors of #A92200
Black with #A92200
Text Example
Text Example
White with #A92200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92200; }
p { color: rgb(169,34,0); }
H1.HeaderClassName
{
color: #A92200;
}
.AnyTagClassName
{
color: #A92200;
}
</style>
background-color css
<style>
a { background-color: #A92200; }
a { background-color: rgb(169,34,0); }
div.DivClassName
{
background-color: #A92200;
}
.BgClassName
{
background-color: #A92200;
}
</style>
border-color css
<style>
span { border-color: #A92200; }
span { border-color: rgb(169,34,0); }
td.TdClassName
{
border-color: #A92200;
}
.TagClassName
{
border-color: #A92200;
}
</style>