Shades of Rust #A92F00
Tints of Rust #A92F00
RGB
CMYK
RGB Variations
Color information
#A92F00 (or 0xA92F00) is known color: Rust. HEX triplet: A9, 2F and 00. RGB value is (169,47,0). Sum of RGB (Red+Green+Blue) = 169+47+0=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92F00 is #56D0FF. Grayscale: #4E4E4E. Windows color (decimal): -5689600 or 12201. OLE color: 12201.
HSL color Cylindrical-coordinate representation of color #A92F00: hue angle of 16.69º 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 #A92F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 47 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.34 |
| HSL | 16.69º | 1% | 0.33% | - |
| HSV(B) | 16.69º | 1% | 0.66% | - |
| XYZ | 17.38 | 10.47 | 1.1 | - |
| YUV | 78.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 47 | 0 | 0 | 0.72 | 1 | 0.34 | 16.69 | 1 | 0.33 |
| Hex | A9 | 2F | 0 | 0 | 48 | 64 | 22 | 11 | 64 | 21 |
| Octal | 251 | 57 | 0 | 0 | 110 | 144 | 42 | 21 | 144 | 41 |
| Binary | 10101001 | 101111 | 0 | 0 | 1001000 | 1100100 | 100010 | 10001 | 1100100 | 100001 |
Color Harmonies of #A92F00
Complementary color
Monochromatic Colors of #A92F00
Black with #A92F00
Text Example
Text Example
White with #A92F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92F00; }
p { color: rgb(169,47,0); }
H1.HeaderClassName
{
color: #A92F00;
}
.AnyTagClassName
{
color: #A92F00;
}
</style>
background-color css
<style>
a { background-color: #A92F00; }
a { background-color: rgb(169,47,0); }
div.DivClassName
{
background-color: #A92F00;
}
.BgClassName
{
background-color: #A92F00;
}
</style>
border-color css
<style>
span { border-color: #A92F00; }
span { border-color: rgb(169,47,0); }
td.TdClassName
{
border-color: #A92F00;
}
.TagClassName
{
border-color: #A92F00;
}
</style>