Shades of Rust #A92A05
Tints of Rust #A92A05
RGB
CMYK
RGB Variations
Color information
#A92A05 (or 0xA92A05) is known color: Rust. HEX triplet: A9, 2A and 05. RGB value is (169,42,5). Sum of RGB (Red+Green+Blue) = 169+42+5=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A05 is #56D5FA. Grayscale: #4C4C4C. Windows color (decimal): -5690875 or 338601. OLE color: 338601.
HSL color Cylindrical-coordinate representation of color #A92A05: hue angle of 13.54º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A92A05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.34 |
| HSL | 13.54º | 0.94% | 0.34% | - |
| HSV(B) | 13.54º | 0.97% | 0.66% | - |
| XYZ | 17.22 | 10.1 | 1.19 | - |
| YUV | 75.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 5 | 0 | 0.75 | 0.97 | 0.34 | 13.54 | 0.94 | 0.34 |
| Hex | A9 | 2A | 5 | 0 | 4B | 61 | 22 | E | 5E | 22 |
| Octal | 251 | 52 | 5 | 0 | 113 | 141 | 42 | 16 | 136 | 42 |
| Binary | 10101001 | 101010 | 101 | 0 | 1001011 | 1100001 | 100010 | 1110 | 1011110 | 100010 |
Color Harmonies of #A92A05
Complementary color
Monochromatic Colors of #A92A05
Black with #A92A05
Text Example
Text Example
White with #A92A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A05; }
p { color: rgb(169,42,5); }
H1.HeaderClassName
{
color: #A92A05;
}
.AnyTagClassName
{
color: #A92A05;
}
</style>
background-color css
<style>
a { background-color: #A92A05; }
a { background-color: rgb(169,42,5); }
div.DivClassName
{
background-color: #A92A05;
}
.BgClassName
{
background-color: #A92A05;
}
</style>
border-color css
<style>
span { border-color: #A92A05; }
span { border-color: rgb(169,42,5); }
td.TdClassName
{
border-color: #A92A05;
}
.TagClassName
{
border-color: #A92A05;
}
</style>