Shades of Rust #A92F0E
Tints of Rust #A92F0E
RGB
CMYK
RGB Variations
Color information
#A92F0E (or 0xA92F0E) is known color: Rust. HEX triplet: A9, 2F and 0E. RGB value is (169,47,14). Sum of RGB (Red+Green+Blue) = 169+47+14=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92F0E is #56D0F1. Grayscale: #4F4F4F. Windows color (decimal): -5689586 or 929705. OLE color: 929705.
HSL color Cylindrical-coordinate representation of color #A92F0E: hue angle of 12.77º 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 #A92F0E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 47 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.34 |
| HSL | 12.77º | 0.85% | 0.36% | - |
| HSV(B) | 12.77º | 0.92% | 0.66% | - |
| XYZ | 17.46 | 10.5 | 1.52 | - |
| YUV | 79.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 47 | 14 | 0 | 0.72 | 0.92 | 0.34 | 12.77 | 0.85 | 0.36 |
| Hex | A9 | 2F | E | 0 | 48 | 5C | 22 | D | 55 | 24 |
| Octal | 251 | 57 | 16 | 0 | 110 | 134 | 42 | 15 | 125 | 44 |
| Binary | 10101001 | 101111 | 1110 | 0 | 1001000 | 1011100 | 100010 | 1101 | 1010101 | 100100 |
Color Harmonies of #A92F0E
Complementary color
Monochromatic Colors of #A92F0E
Black with #A92F0E
Text Example
Text Example
White with #A92F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92F0E; }
p { color: rgb(169,47,14); }
H1.HeaderClassName
{
color: #A92F0E;
}
.AnyTagClassName
{
color: #A92F0E;
}
</style>
background-color css
<style>
a { background-color: #A92F0E; }
a { background-color: rgb(169,47,14); }
div.DivClassName
{
background-color: #A92F0E;
}
.BgClassName
{
background-color: #A92F0E;
}
</style>
border-color css
<style>
span { border-color: #A92F0E; }
span { border-color: rgb(169,47,14); }
td.TdClassName
{
border-color: #A92F0E;
}
.TagClassName
{
border-color: #A92F0E;
}
</style>