Tints & Shades
50
100
200
300
400
500
600
700
800
900
Scale from white (50) through Rust (500) to black (900), interpolated in Lab color space.
Color Values
- HEX
- #B7410E
- RGB
- rgb(183, 65, 14)
- HSL
- hsl(18, 86%, 39%)
- OKLCH
- oklch(0.535 0.163 40)
- CMYK
- cmyk(0%, 64%, 92%, 28%)
--color-rustbg-[#B7410E]Accessibility
Score: 54/100On White (#FFF)
5.56:1
On Black (#000)
3.78:1
On Light Gray (#F5F5F5)
5.1:1
Best text color on this background:
Design Applications
background-color: #B7410E
color: #B7410E
bg-[#B7410E] text-[#FFFFFF]
border-left: 4px solid #B7410E
Color Harmonies
Complementary
Sea Blue
#006994
Split-Complementary
Similar Colors
Color Meaning & Psychology
Red is the most emotionally intense color in the spectrum. It stimulates the nervous system, accelerates respiration, and increases heart rate. Red commands attention through associations with blood, fire, danger, and passion — making it the dominant choice for warnings, calls-to-action, and brand identities that must stand out instantly. In food culture, red stimulates appetite. In romance, it signals desire. In sport, studies show red-clad competitors win more often. However, overuse creates aggression. The most effective red designs use it sparingly as a focal accent. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Industry Usage
Common contexts and industries where Rust is applied in professional design.
- Emergency alerts and warning systems
- Food and beverage brands (appetite stimulation)
- Sports teams and athletic wear
- Calls-to-action and "Buy Now" buttons
- Pharmaceutical packaging for urgent medications
- Entertainment and gaming brands
- Automotive brands emphasizing power and performance
- Retail sale and clearance signage
Accessibility Considerations
Normal Text
Passes AA
4.5:1 minimum required
Large Text
Passes AA Large
3:1 minimum required
UI Components
Meets 1.4.11
3:1 for non-text UI
Rust is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (5.56:1). Avoid small black text on this background.
CSS & Code Examples
Background
background-color: #B7410E;Text
color: #B7410E;Border
border: 2px solid #B7410E;Box Shadow
box-shadow: 0 4px 20px #B7410E40;Gradient
background: linear-gradient(135deg, #B7410E, #f0703c);Tailwind-style
--color-rust: #B7410E;Tailwind CSS Utilities
Use arbitrary value syntax in Tailwind CSS to apply Rust without a custom config.
Background
bg-[#B7410E]Text
text-[#B7410E]Border
border-[#B7410E]Ring
ring-[#B7410E]Fill
fill-[#B7410E]From (gradient)
from-[#B7410E]Via (gradient)
via-[#B7410E]To (gradient)
to-[#B7410E]Design Tokens
Ready-to-use Rust design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.
CSS Custom Properties
:root {
--color-rust: #B7410E;
--color-rust-rgb: 183, 65, 14;
--color-rust-hsl: 18, 86%, 39%;
}SCSS Variables
$color-rust: #B7410E; $color-rust-rgb: 183, 65, 14; $color-rust-hsl: 18, 86%, 39%;
Tailwind v3 Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'rust': '#B7410E',
},
},
},
};Tailwind v4 (@theme)
/* tailwind.css */
@theme {
--color-rust: #B7410E;
}JSON Design Token (W3C format)
{
"rust": {
"value": "#B7410E",
"type": "color",
"description": "Rust — #B7410E"
}
}Related Palettes & Combinations
Color Combinations
More red colors
View all →What Does Rust Mean? Color Psychology & Cultural Symbolism
Red-family hues occupy the long-wavelength end of the visible spectrum—the zone the human visual system evolved to associate with fire, ripe fruit, and blood. That ancient conditioning translates directly into the psychology of Rust: an immediate register of excitement, processed before conscious thought.
- In Western cultures red denotes importance (red carpets), danger (stop signs), love (Valentine's Day), and financial loss ("in the red")—a dual symbolism of celebration and warning that designers leverage depending on context.
- Across China, India, and much of Southeast Asia, red is the color of luck, prosperity, and celebration. It dominates weddings, Lunar New Year, and auspicious occasions, carrying exactly the opposite of its Western "danger" connotation.
- Rust's deep lightness (39%) shifts its psychological register: a balanced mid-tone that embodies energy, passion, urgency, and power at its most direct.
- At 86% saturation, Rust reads as vivid—Pure saturated reds are physiologically stimulating, triggering faster heart rate and heightened alertness—among the most attention-commanding tones in human visual perception.
For designers, Rust is a precision instrument: powerful in small doses, overwhelming at scale. Restraint is its best amplifier.
How to Use Rust in Design: Applications, Pairings & Best Practices
In digital interfaces, Rust functions as a high-attention accent rather than a dominant tone. Even at small proportions, its vivid saturation (86%) carries enough visual weight to direct the eye precisely where needed.
- UI components: primary action buttons, error and destructive states, delete confirmations—Rust performs reliably in all these roles with its deep tonal character.
- Brand & identity: call-to-action buttons, promotional banners, food packaging—contexts where Rust's vivid quality creates the right register.
- Typography: Rust works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
- As a dark tone, Rust creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
- Proportional use: Rust's vivid saturation (86%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
For designers, Rust is a precision instrument: powerful in small doses, overwhelming at scale. Restraint is its best amplifier.
Rust Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design
Rust (#B7410E) reaches 5.56:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 13.9%.
- As text on white (#FFFFFF): 5.56:1 — AA ✓
- As text on black (#000000): 3.78:1 — AA (large text only)
- Best text color on Rust background: White (#FFFFFF) at 5.56:1
- WCAG 2.1 luminance: 13.9% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
- Rust qualifies for normal body text and all larger sizes (AA).
- Color blindness consideration: protanopia and deuteranopia (red-green color blindness, ~8% of males) may affect how red-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.
Always verify Rust at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.
Rust in Industry: Branding, Design & Market Applications
Across industry research, red-family tones consistently outperform competitors in categories built on energy, passion, urgency, and power. Rust is a deep expression of this advantage—best positioned in Food & Beverage and adjacent markets.
- Food & Beverage: Red stimulates appetite and accelerates purchase decisions. Fast food chains, hot sauce brands, and snack packaging use it deliberately because it increases caloric craving and speeds up decision-making at point of sale. (examples: Chipotle, Sweetgreen, Blue Bottle Coffee) Avoid in fine dining or health-food contexts where a slower, more mindful experience is the goal.
- Retail & E-commerce: The "red sale tag" is a globally conditioned retail convention. Red signals scarcity and urgency, making it the universal shorthand for clearance events, limited-time offers, and price callouts. (examples: Shopify merchant sites, ASOS, H&M) Overuse exhausts the urgency signal—reserve it for genuinely time-limited promotions.
- Sports & Entertainment: Red communicates competition, athletic energy, and tribal passion. From team jerseys to arena signage, it energizes crowds and aligns with the visceral intensity sports brands want to project. (examples: Spotify, Netflix, Hulu) Works best paired with black or white for maximum contrast and visual impact.
- Brand positioning: Rust is best suited for brands projecting energy, passion, importance. Categories outside this positioning—financial dashboards (loss association)—tend to see weaker results.
- Adjacent applications: Beyond primary industries, Rust works effectively in call-to-action buttons, promotional banners, food packaging—contexts where energy serves a secondary but reinforcing role.
Rust earns its strongest ROI in industries where trust and recognition compound over time: Food & Beverage, Retail & E-commerce, Sports & Entertainment. Use it to build the kind of brand recognition that decades reinforce.
Accessibility & Design Guides
Frequently Asked Questions
- What is the hex code for Rust? ▾
- The hex code for Rust is #B7410E. Its RGB values are rgb(183, 65, 14) and its HSL values are hsl(18, 86%, 39%).
- What does Rust mean in design? ▾
- Red is the most emotionally intense color in the spectrum. It stimulates the nervous system, accelerates respiration, and increases heart rate. Red commands attention through associations with blood, fire, danger, and passion — making it the dominant choice for warnings, calls-to-action, and brand identities that must stand out instantly. In food culture, red stimulates appetite. In romance, it signals desire. In sport, studies show red-clad competitors win more often. However, overuse creates aggression. The most effective red designs use it sparingly as a focal accent. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
- Is Rust WCAG accessible? ▾
- Rust (#B7410E) passes WCAG AA on white with a 5.56:1 contrast ratio. Its overall accessibility score is 54/100.
- What colors go well with Rust? ▾
- Rust pairs well with its complementary color Sea Blue (#006994). Analogous colors like Amaranth and New York Pink also work harmoniously. Check the Color Harmonies section above for the full palette.
- What is Rust used for? ▾
- Rust is commonly used for: Emergency alerts and warning systems; Food and beverage brands (appetite stimulation); Sports teams and athletic wear; Calls-to-action and "Buy Now" buttons; Pharmaceutical packaging for urgent medications.
- What are the CSS and Tailwind values for Rust? ▾
- In CSS, use `color: #B7410E` or `background-color: #B7410E`. The CSS custom property is `--color-rust: #B7410E`. In Tailwind CSS, use the arbitrary value class `bg-[#B7410E]` for backgrounds or `text-[#B7410E]` for text.