Shades of Rust #A92A0D
Tints of Rust #A92A0D
RGB
CMYK
RGB Variations
Color information
#A92A0D (or 0xA92A0D) is known color: Rust. HEX triplet: A9, 2A and 0D. RGB value is (169,42,13). Sum of RGB (Red+Green+Blue) = 169+42+13=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A0D is #56D5F2. Grayscale: #4C4C4C. Windows color (decimal): -5690867 or 862889. OLE color: 862889.
HSL color Cylindrical-coordinate representation of color #A92A0D: hue angle of 11.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A92A0D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.34 |
| HSL | 11.15º | 0.86% | 0.36% | - |
| HSV(B) | 11.15º | 0.92% | 0.66% | - |
| XYZ | 17.26 | 10.12 | 1.42 | - |
| YUV | 76.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 13 | 0 | 0.75 | 0.92 | 0.34 | 11.15 | 0.86 | 0.36 |
| Hex | A9 | 2A | D | 0 | 4B | 5C | 22 | B | 56 | 24 |
| Octal | 251 | 52 | 15 | 0 | 113 | 134 | 42 | 13 | 126 | 44 |
| Binary | 10101001 | 101010 | 1101 | 0 | 1001011 | 1011100 | 100010 | 1011 | 1010110 | 100100 |
Color Harmonies of #A92A0D
Complementary color
Monochromatic Colors of #A92A0D
Black with #A92A0D
Text Example
Text Example
White with #A92A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A0D; }
p { color: rgb(169,42,13); }
H1.HeaderClassName
{
color: #A92A0D;
}
.AnyTagClassName
{
color: #A92A0D;
}
</style>
background-color css
<style>
a { background-color: #A92A0D; }
a { background-color: rgb(169,42,13); }
div.DivClassName
{
background-color: #A92A0D;
}
.BgClassName
{
background-color: #A92A0D;
}
</style>
border-color css
<style>
span { border-color: #A92A0D; }
span { border-color: rgb(169,42,13); }
td.TdClassName
{
border-color: #A92A0D;
}
.TagClassName
{
border-color: #A92A0D;
}
</style>