Shades of Rust #A12E07
Tints of Rust #A12E07
RGB
CMYK
RGB Variations
Color information
#A12E07 (or 0xA12E07) is known color: Rust. HEX triplet: A1, 2E and 07. RGB value is (161,46,7). Sum of RGB (Red+Green+Blue) = 161+46+7=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12E07 is #5ED1F8. Grayscale: #4C4C4C. Windows color (decimal): -6214137 or 470689. OLE color: 470689.
HSL color Cylindrical-coordinate representation of color #A12E07: hue angle of 15.19º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12E07 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.37 |
| HSL | 15.19º | 0.92% | 0.33% | - |
| HSV(B) | 15.19º | 0.96% | 0.63% | - |
| XYZ | 15.71 | 9.55 | 1.22 | - |
| YUV | 75.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 7 | 0 | 0.71 | 0.96 | 0.37 | 15.19 | 0.92 | 0.33 |
| Hex | A1 | 2E | 7 | 0 | 47 | 60 | 25 | F | 5C | 21 |
| Octal | 241 | 56 | 7 | 0 | 107 | 140 | 45 | 17 | 134 | 41 |
| Binary | 10100001 | 101110 | 111 | 0 | 1000111 | 1100000 | 100101 | 1111 | 1011100 | 100001 |
Color Harmonies of #A12E07
Complementary color
Monochromatic Colors of #A12E07
Black with #A12E07
Text Example
Text Example
White with #A12E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E07; }
p { color: rgb(161,46,7); }
H1.HeaderClassName
{
color: #A12E07;
}
.AnyTagClassName
{
color: #A12E07;
}
</style>
background-color css
<style>
a { background-color: #A12E07; }
a { background-color: rgb(161,46,7); }
div.DivClassName
{
background-color: #A12E07;
}
.BgClassName
{
background-color: #A12E07;
}
</style>
border-color css
<style>
span { border-color: #A12E07; }
span { border-color: rgb(161,46,7); }
td.TdClassName
{
border-color: #A12E07;
}
.TagClassName
{
border-color: #A12E07;
}
</style>