Shades of Rust #A92C0E
Tints of Rust #A92C0E
RGB
CMYK
RGB Variations
Color information
#A92C0E (or 0xA92C0E) is known color: Rust. HEX triplet: A9, 2C and 0E. RGB value is (169,44,14). Sum of RGB (Red+Green+Blue) = 169+44+14=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92C0E is #56D3F1. Grayscale: #4E4E4E. Windows color (decimal): -5690354 or 928937. OLE color: 928937.
HSL color Cylindrical-coordinate representation of color #A92C0E: hue angle of 11.61º degrees, saturation: 0.85, 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 #A92C0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 14 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.34 |
| HSL | 11.61º | 0.85% | 0.36% | - |
| HSV(B) | 11.61º | 0.92% | 0.66% | - |
| XYZ | 17.34 | 10.27 | 1.48 | - |
| YUV | 77.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 14 | 0 | 0.74 | 0.92 | 0.34 | 11.61 | 0.85 | 0.36 |
| Hex | A9 | 2C | E | 0 | 4A | 5C | 22 | C | 55 | 24 |
| Octal | 251 | 54 | 16 | 0 | 112 | 134 | 42 | 14 | 125 | 44 |
| Binary | 10101001 | 101100 | 1110 | 0 | 1001010 | 1011100 | 100010 | 1100 | 1010101 | 100100 |
Color Harmonies of #A92C0E
Complementary color
Monochromatic Colors of #A92C0E
Black with #A92C0E
Text Example
Text Example
White with #A92C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C0E; }
p { color: rgb(169,44,14); }
H1.HeaderClassName
{
color: #A92C0E;
}
.AnyTagClassName
{
color: #A92C0E;
}
</style>
background-color css
<style>
a { background-color: #A92C0E; }
a { background-color: rgb(169,44,14); }
div.DivClassName
{
background-color: #A92C0E;
}
.BgClassName
{
background-color: #A92C0E;
}
</style>
border-color css
<style>
span { border-color: #A92C0E; }
span { border-color: rgb(169,44,14); }
td.TdClassName
{
border-color: #A92C0E;
}
.TagClassName
{
border-color: #A92C0E;
}
</style>