Salsa Picante
#ab250b
Looking for the precise values behind Salsa Picante (#ab250b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ab250b | |
|---|---|---|
| RGB | rgb(171, 37, 11) | |
| HSL | hsl(10, 88%, 36%) | |
| CMYK | cmyk(0%, 78%, 94%, 33%) | |
| LAB | lab(39, 53, 48) | |
| OKLCH | oklch(0.48 0.173 32) |
Color harmonies
Tints & shades
Code snippets
color: #ab250b;
background-color: #ab250b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAB250B)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.15, blue: 0.04, alpha: 1.0)