Shades of Rust #A92B0D
Tints of Rust #A92B0D
RGB
CMYK
RGB Variations
Color information
#A92B0D (or 0xA92B0D) is known color: Rust. HEX triplet: A9, 2B and 0D. RGB value is (169,43,13). Sum of RGB (Red+Green+Blue) = 169+43+13=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92B0D is #56D4F2. Grayscale: #4D4D4D. Windows color (decimal): -5690611 or 863145. OLE color: 863145.
HSL color Cylindrical-coordinate representation of color #A92B0D: hue angle of 11.54º 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 #A92B0D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.34 |
| HSL | 11.54º | 0.86% | 0.36% | - |
| HSV(B) | 11.54º | 0.92% | 0.66% | - |
| XYZ | 17.3 | 10.19 | 1.44 | - |
| YUV | 77.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 13 | 0 | 0.75 | 0.92 | 0.34 | 11.54 | 0.86 | 0.36 |
| Hex | A9 | 2B | D | 0 | 4B | 5C | 22 | C | 56 | 24 |
| Octal | 251 | 53 | 15 | 0 | 113 | 134 | 42 | 14 | 126 | 44 |
| Binary | 10101001 | 101011 | 1101 | 0 | 1001011 | 1011100 | 100010 | 1100 | 1010110 | 100100 |
Color Harmonies of #A92B0D
Complementary color
Monochromatic Colors of #A92B0D
Black with #A92B0D
Text Example
Text Example
White with #A92B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B0D; }
p { color: rgb(169,43,13); }
H1.HeaderClassName
{
color: #A92B0D;
}
.AnyTagClassName
{
color: #A92B0D;
}
</style>
background-color css
<style>
a { background-color: #A92B0D; }
a { background-color: rgb(169,43,13); }
div.DivClassName
{
background-color: #A92B0D;
}
.BgClassName
{
background-color: #A92B0D;
}
</style>
border-color css
<style>
span { border-color: #A92B0D; }
span { border-color: rgb(169,43,13); }
td.TdClassName
{
border-color: #A92B0D;
}
.TagClassName
{
border-color: #A92B0D;
}
</style>