Monza is a
warm dark color with the hex code #BD0A1C.
This vibrant hue can be represented as RGB
189, 10, 28 in digital design or CMYK 0%, 95%, 85%, 26% for print applications.
Find matching Pantone color.
Monza
#BD0A1C
Monza color values
- HEX
- #BD0A1C
- RGB
- 189, 10, 28
- HSL
- 354°, 90%, 39%
- CMYK
- 0, 95, 85, 26
Shades & tints
About this color
Monza sits at 354° on the color wheel with 90% saturation and 39% lightness, placing it in the magenta-red segment of the spectrum. With saturation at 90%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.
In digital environments, Monza is rendered as rgb(189, 10, 28), where the red channel dominates at 189, creating a strongly red-skewed appearance. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.
For print, Monza translates to a CMYK breakdown of 0C 95M 85Y 26K. With a moderate key (26%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Monza
CSS Variable
:root {
--brand-primary: #BD0A1C;
--brand-primary-rgb: 189, 10, 28;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#BD0A1C',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 95%
Y: 85%
K: 26% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(189, 10, 28)
rgba(189, 10, 28, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
24 brand s with colors near 354° on the color wheel
Frequently asked questions
What color is #BD0A1C?
What is the RGB value of #BD0A1C?
Is Monza a warm or cool color?
How do I use #BD0A1C in CSS?
background-color: #BD0A1C; or color: #BD0A1C; or as an RGB value: rgb(189, 10, 28). For print design, use CMYK: 0%, 95%, 85%, 26%.