Shades of Rust #A92B05
Tints of Rust #A92B05
RGB
CMYK
RGB Variations
Color information
#A92B05 (or 0xA92B05) is known color: Rust. HEX triplet: A9, 2B and 05. RGB value is (169,43,5). Sum of RGB (Red+Green+Blue) = 169+43+5=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92B05 is #56D4FA. Grayscale: #4C4C4C. Windows color (decimal): -5690619 or 338857. OLE color: 338857.
HSL color Cylindrical-coordinate representation of color #A92B05: hue angle of 13.9º 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 #A92B05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.34 |
| HSL | 13.9º | 0.94% | 0.34% | - |
| HSV(B) | 13.9º | 0.97% | 0.66% | - |
| XYZ | 17.25 | 10.17 | 1.2 | - |
| YUV | 76.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 5 | 0 | 0.75 | 0.97 | 0.34 | 13.9 | 0.94 | 0.34 |
| Hex | A9 | 2B | 5 | 0 | 4B | 61 | 22 | E | 5E | 22 |
| Octal | 251 | 53 | 5 | 0 | 113 | 141 | 42 | 16 | 136 | 42 |
| Binary | 10101001 | 101011 | 101 | 0 | 1001011 | 1100001 | 100010 | 1110 | 1011110 | 100010 |
Color Harmonies of #A92B05
Complementary color
Monochromatic Colors of #A92B05
Black with #A92B05
Text Example
Text Example
White with #A92B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B05; }
p { color: rgb(169,43,5); }
H1.HeaderClassName
{
color: #A92B05;
}
.AnyTagClassName
{
color: #A92B05;
}
</style>
background-color css
<style>
a { background-color: #A92B05; }
a { background-color: rgb(169,43,5); }
div.DivClassName
{
background-color: #A92B05;
}
.BgClassName
{
background-color: #A92B05;
}
</style>
border-color css
<style>
span { border-color: #A92B05; }
span { border-color: rgb(169,43,5); }
td.TdClassName
{
border-color: #A92B05;
}
.TagClassName
{
border-color: #A92B05;
}
</style>