Shades of Rust #A12F0E
Tints of Rust #A12F0E
RGB
CMYK
RGB Variations
Color information
#A12F0E (or 0xA12F0E) is known color: Rust. HEX triplet: A1, 2F and 0E. RGB value is (161,47,14). Sum of RGB (Red+Green+Blue) = 161+47+14=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F0E is #5ED0F1. Grayscale: #4D4D4D. Windows color (decimal): -6213874 or 929697. OLE color: 929697.
HSL color Cylindrical-coordinate representation of color #A12F0E: hue angle of 13.47º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A12F0E is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 14 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.37 |
| HSL | 13.47º | 0.84% | 0.34% | - |
| HSV(B) | 13.47º | 0.91% | 0.63% | - |
| XYZ | 15.79 | 9.64 | 1.44 | - |
| YUV | 77.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 14 | 0 | 0.71 | 0.91 | 0.37 | 13.47 | 0.84 | 0.34 |
| Hex | A1 | 2F | E | 0 | 47 | 5B | 25 | D | 54 | 22 |
| Octal | 241 | 57 | 16 | 0 | 107 | 133 | 45 | 15 | 124 | 42 |
| Binary | 10100001 | 101111 | 1110 | 0 | 1000111 | 1011011 | 100101 | 1101 | 1010100 | 100010 |
Color Harmonies of #A12F0E
Complementary color
Monochromatic Colors of #A12F0E
Black with #A12F0E
Text Example
Text Example
White with #A12F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F0E; }
p { color: rgb(161,47,14); }
H1.HeaderClassName
{
color: #A12F0E;
}
.AnyTagClassName
{
color: #A12F0E;
}
</style>
background-color css
<style>
a { background-color: #A12F0E; }
a { background-color: rgb(161,47,14); }
div.DivClassName
{
background-color: #A12F0E;
}
.BgClassName
{
background-color: #A12F0E;
}
</style>
border-color css
<style>
span { border-color: #A12F0E; }
span { border-color: rgb(161,47,14); }
td.TdClassName
{
border-color: #A12F0E;
}
.TagClassName
{
border-color: #A12F0E;
}
</style>