Shades of Rust #A92607
Tints of Rust #A92607
RGB
CMYK
RGB Variations
Color information
#A92607 (or 0xA92607) is known color: Rust. HEX triplet: A9, 26 and 07. RGB value is (169,38,7). Sum of RGB (Red+Green+Blue) = 169+38+7=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A92607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92607 is #56D9F8. Grayscale: #494949. Windows color (decimal): -5691897 or 468649. OLE color: 468649.
HSL color Cylindrical-coordinate representation of color #A92607: hue angle of 11.48º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A92607 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.34 |
| HSL | 11.48º | 0.92% | 0.35% | - |
| HSV(B) | 11.48º | 0.96% | 0.66% | - |
| XYZ | 17.09 | 9.84 | 1.2 | - |
| YUV | 73.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 7 | 0 | 0.78 | 0.96 | 0.34 | 11.48 | 0.92 | 0.35 |
| Hex | A9 | 26 | 7 | 0 | 4E | 60 | 22 | B | 5C | 23 |
| Octal | 251 | 46 | 7 | 0 | 116 | 140 | 42 | 13 | 134 | 43 |
| Binary | 10101001 | 100110 | 111 | 0 | 1001110 | 1100000 | 100010 | 1011 | 1011100 | 100011 |
Color Harmonies of #A92607
Complementary color
Monochromatic Colors of #A92607
Black with #A92607
Text Example
Text Example
White with #A92607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92607; }
p { color: rgb(169,38,7); }
H1.HeaderClassName
{
color: #A92607;
}
.AnyTagClassName
{
color: #A92607;
}
</style>
background-color css
<style>
a { background-color: #A92607; }
a { background-color: rgb(169,38,7); }
div.DivClassName
{
background-color: #A92607;
}
.BgClassName
{
background-color: #A92607;
}
</style>
border-color css
<style>
span { border-color: #A92607; }
span { border-color: rgb(169,38,7); }
td.TdClassName
{
border-color: #A92607;
}
.TagClassName
{
border-color: #A92607;
}
</style>