Shades of Rust #A92900
Tints of Rust #A92900
RGB
CMYK
RGB Variations
Color information
#A92900 (or 0xA92900) is known color: Rust. HEX triplet: A9, 29 and 00. RGB value is (169,41,0). Sum of RGB (Red+Green+Blue) = 169+41+0=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A92900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92900 is #56D6FF. Grayscale: #4A4A4A. Windows color (decimal): -5691136 or 10665. OLE color: 10665.
HSL color Cylindrical-coordinate representation of color #A92900: hue angle of 14.56º 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 #A92900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.34 |
| HSL | 14.56º | 1% | 0.33% | - |
| HSV(B) | 14.56º | 1% | 0.66% | - |
| XYZ | 17.16 | 10.02 | 1.03 | - |
| YUV | 74.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 0 | 0 | 0.76 | 1 | 0.34 | 14.56 | 1 | 0.33 |
| Hex | A9 | 29 | 0 | 0 | 4C | 64 | 22 | F | 64 | 21 |
| Octal | 251 | 51 | 0 | 0 | 114 | 144 | 42 | 17 | 144 | 41 |
| Binary | 10101001 | 101001 | 0 | 0 | 1001100 | 1100100 | 100010 | 1111 | 1100100 | 100001 |
Color Harmonies of #A92900
Complementary color
Monochromatic Colors of #A92900
Black with #A92900
Text Example
Text Example
White with #A92900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92900; }
p { color: rgb(169,41,0); }
H1.HeaderClassName
{
color: #A92900;
}
.AnyTagClassName
{
color: #A92900;
}
</style>
background-color css
<style>
a { background-color: #A92900; }
a { background-color: rgb(169,41,0); }
div.DivClassName
{
background-color: #A92900;
}
.BgClassName
{
background-color: #A92900;
}
</style>
border-color css
<style>
span { border-color: #A92900; }
span { border-color: rgb(169,41,0); }
td.TdClassName
{
border-color: #A92900;
}
.TagClassName
{
border-color: #A92900;
}
</style>