Shades of Rust #A12906
Tints of Rust #A12906
RGB
CMYK
RGB Variations
Color information
#A12906 (or 0xA12906) is known color: Rust. HEX triplet: A1, 29 and 06. RGB value is (161,41,6). Sum of RGB (Red+Green+Blue) = 161+41+6=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A12906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12906 is #5ED6F9. Grayscale: #494949. Windows color (decimal): -6215418 or 403873. OLE color: 403873.
HSL color Cylindrical-coordinate representation of color #A12906: hue angle of 13.55º degrees, saturation: 0.93, 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 #A12906 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.37 |
| HSL | 13.55º | 0.93% | 0.33% | - |
| HSV(B) | 13.55º | 0.96% | 0.63% | - |
| XYZ | 15.52 | 9.18 | 1.13 | - |
| YUV | 72.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 6 | 0 | 0.75 | 0.96 | 0.37 | 13.55 | 0.93 | 0.33 |
| Hex | A1 | 29 | 6 | 0 | 4B | 60 | 25 | E | 5D | 21 |
| Octal | 241 | 51 | 6 | 0 | 113 | 140 | 45 | 16 | 135 | 41 |
| Binary | 10100001 | 101001 | 110 | 0 | 1001011 | 1100000 | 100101 | 1110 | 1011101 | 100001 |
Color Harmonies of #A12906
Complementary color
Monochromatic Colors of #A12906
Black with #A12906
Text Example
Text Example
White with #A12906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12906; }
p { color: rgb(161,41,6); }
H1.HeaderClassName
{
color: #A12906;
}
.AnyTagClassName
{
color: #A12906;
}
</style>
background-color css
<style>
a { background-color: #A12906; }
a { background-color: rgb(161,41,6); }
div.DivClassName
{
background-color: #A12906;
}
.BgClassName
{
background-color: #A12906;
}
</style>
border-color css
<style>
span { border-color: #A12906; }
span { border-color: rgb(161,41,6); }
td.TdClassName
{
border-color: #A12906;
}
.TagClassName
{
border-color: #A12906;
}
</style>