Shades of Rust #A12F0D
Tints of Rust #A12F0D
RGB
CMYK
RGB Variations
Color information
#A12F0D (or 0xA12F0D) is known color: Rust. HEX triplet: A1, 2F and 0D. RGB value is (161,47,13). Sum of RGB (Red+Green+Blue) = 161+47+13=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F0D is #5ED0F2. Grayscale: #4D4D4D. Windows color (decimal): -6213875 or 864161. OLE color: 864161.
HSL color Cylindrical-coordinate representation of color #A12F0D: hue angle of 13.78º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A12F0D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 13 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.37 |
| HSL | 13.78º | 0.85% | 0.34% | - |
| HSV(B) | 13.78º | 0.92% | 0.63% | - |
| XYZ | 15.79 | 9.64 | 1.41 | - |
| YUV | 77.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 13 | 0 | 0.71 | 0.92 | 0.37 | 13.78 | 0.85 | 0.34 |
| Hex | A1 | 2F | D | 0 | 47 | 5C | 25 | E | 55 | 22 |
| Octal | 241 | 57 | 15 | 0 | 107 | 134 | 45 | 16 | 125 | 42 |
| Binary | 10100001 | 101111 | 1101 | 0 | 1000111 | 1011100 | 100101 | 1110 | 1010101 | 100010 |
Color Harmonies of #A12F0D
Complementary color
Monochromatic Colors of #A12F0D
Black with #A12F0D
Text Example
Text Example
White with #A12F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F0D; }
p { color: rgb(161,47,13); }
H1.HeaderClassName
{
color: #A12F0D;
}
.AnyTagClassName
{
color: #A12F0D;
}
</style>
background-color css
<style>
a { background-color: #A12F0D; }
a { background-color: rgb(161,47,13); }
div.DivClassName
{
background-color: #A12F0D;
}
.BgClassName
{
background-color: #A12F0D;
}
</style>
border-color css
<style>
span { border-color: #A12F0D; }
span { border-color: rgb(161,47,13); }
td.TdClassName
{
border-color: #A12F0D;
}
.TagClassName
{
border-color: #A12F0D;
}
</style>