Bold, Salt-Free Flavor from the Heart of Colorado

Redtail Rubs

We don’t cut corners—we cut sodium. Every Redtail Rub blend is crafted with premium spices and zero salt, giving you bold, honest flavor for meat, veggies, or whatever you’ve got on the grill. Go ahead—rub it on thick.

Our Seasonings

Redtail Rub

The all-purpose workhorse. Bold, clean flavor with zero salt. Built for meat, veggies, and anything that touches fire.

Elk Ridge Rub

Built for beef and wild game. Deep, earthy spices and smoky undertones make this one hunt-worthy.

Yampa Jerk

Island heat meets Rocky Mountain grit. Sweet, spicy, and unapologetically bold.

Bighorn Blast

Hot, loud, and in your face. A fiery rub that leaves mild-mannered spices crying in the corner.

Why Choose Redtail?

In this section, you can provide a detailed paragraph that delves into the history, values, and mission of your web development business.

Highlight expertise, unique approach of your team, and the commitment that sets you apart. Emphasize your passion for creating exceptional web solutions and convey your dedication to delivering remarkable results for clients.

Talk To Us Heading

You can compose a friendly and informative paragraph that encourages visitors to engage with your business.
/* 🔧 HEADER CONTAINER */ #main-header { position: fixed; top: 0; width: 100%; background: white; padding: 30px 40px; z-index: 9999; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } /* 🔧 LOGO */ .site-logo { width: 160px; transition: all 0.3s ease; } /* 🔧 MENU LINKS */ .main-menu a { color: black; text-decoration: none; font-weight: 600; margin-left: 20px; font-family: Raleway, sans-serif; transition: color 0.3s ease; } .main-menu a:hover { color: #c0392b; } /* 🔧 SHRINK EFFECT */ .header-shrink { padding: 10px 40px !important; } .header-shrink .site-logo { width: 100px !important; }