Shades of Rust #A92D07
Tints of Rust #A92D07
RGB
CMYK
RGB Variations
Color information
#A92D07 (or 0xA92D07) is known color: Rust. HEX triplet: A9, 2D and 07. RGB value is (169,45,7). Sum of RGB (Red+Green+Blue) = 169+45+7=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D07 is #56D2F8. Grayscale: #4E4E4E. Windows color (decimal): -5690105 or 470441. OLE color: 470441.
HSL color Cylindrical-coordinate representation of color #A92D07: hue angle of 14.07º 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 #A92D07 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.34 |
| HSL | 14.07º | 0.92% | 0.35% | - |
| HSV(B) | 14.07º | 0.96% | 0.66% | - |
| XYZ | 17.34 | 10.33 | 1.28 | - |
| YUV | 77.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 7 | 0 | 0.73 | 0.96 | 0.34 | 14.07 | 0.92 | 0.35 |
| Hex | A9 | 2D | 7 | 0 | 49 | 60 | 22 | E | 5C | 23 |
| Octal | 251 | 55 | 7 | 0 | 111 | 140 | 42 | 16 | 134 | 43 |
| Binary | 10101001 | 101101 | 111 | 0 | 1001001 | 1100000 | 100010 | 1110 | 1011100 | 100011 |
Color Harmonies of #A92D07
Complementary color
Monochromatic Colors of #A92D07
Black with #A92D07
Text Example
Text Example
White with #A92D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D07; }
p { color: rgb(169,45,7); }
H1.HeaderClassName
{
color: #A92D07;
}
.AnyTagClassName
{
color: #A92D07;
}
</style>
background-color css
<style>
a { background-color: #A92D07; }
a { background-color: rgb(169,45,7); }
div.DivClassName
{
background-color: #A92D07;
}
.BgClassName
{
background-color: #A92D07;
}
</style>
border-color css
<style>
span { border-color: #A92D07; }
span { border-color: rgb(169,45,7); }
td.TdClassName
{
border-color: #A92D07;
}
.TagClassName
{
border-color: #A92D07;
}
</style>