Named color

Carmine

Carmine is a balanced red color with HEX #960018. According to Colors Encyclopedia, it has RGB 150, 0, 24, HSL 350, 100%, 29%, warm temperature, and is useful for branding accents, editorial palettes, and product design.

HEX #960018
RGB rgb(150, 0, 24)
HSL hsl(350 100% 29%)
CMYK cmyk(0, 100, 84, 41)
Luminance 0.0655
Contrast Black 2.31:1White 9.09:1

CSS Utilities

--color-carmine: #960018;
.bg-carmine { background-color: #960018; }
.text-carmine { color: #960018; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.0655
Black text2.31:1AA Fail
White text9.09:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#960018",
  "rgb": [
    150,
    0,
    24
  ],
  "hsl": [
    350,
    100,
    29
  ],
  "cmyk": [
    0,
    100,
    84,
    41
  ],
  "luminance": 0.0655,
  "contrast": {
    "black": 2.31,
    "white": 9.09
  }
}
WCAG
{
  "AA": [
    "#FFFFFF",
    "#F5F5F5"
  ],
  "AAA": [
    "#FFFFFF",
    "#F5F5F5"
  ]
}
Harmonies
{
  "complementary": "#00947B",
  "analogous": [
    "#940063",
    "#943100"
  ],
  "triadic": [
    "#199400",
    "#001994"
  ],
  "tetradic": [
    "#639400",
    "#00947B",
    "#310094"
  ],
  "splitComplementary": [
    "#009431",
    "#006394"
  ],
  "monochromatic": [
    "#F00028",
    "#960018",
    "#380009"
  ]
}
Variants
{
  "light": "#F00028",
  "dark": "#380009",
  "saturated": "#940019",
  "desaturated": "#841023",
  "pastel": "#ED2647",
  "neon": "#BD001F"
}
Pairings
{
  "best": [
    "#FFFFFF",
    "#00947B",
    "#940063",
    "#943100"
  ],
  "avoid": [
    "#841023",
    "#F00028"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#FFFFFF"
  ],
  "lowContrast": [
    "#F00028",
    "#841023"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "cranberry",
    "ruby-red",
    "burgundy",
    "crimson-red",
    "dark-red"
  ],
  "generatedPalettes": [
    "carmine"
  ],
  "generatedComparisons": [
    "burgundy-vs-carmine",
    "carmine-vs-cranberry",
    "carmine-vs-ruby-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/red",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/carmine",
    "/wcag/carmine",
    "/css/colors/carmine",
    "/hex/960018"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/red",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/carmine"
    ],
    "related": [
      "/colors/cranberry",
      "/colors/ruby-red",
      "/colors/burgundy",
      "/colors/crimson-red",
      "/colors/dark-red",
      "/compare/burgundy-vs-carmine",
      "/compare/carmine-vs-cranberry",
      "/compare/carmine-vs-ruby-red",
      "/harmonies/carmine",
      "/wcag/carmine",
      "/css/colors/carmine",
      "/hex/960018"
    ]
  }
}
Full JSON dataset
{
  "slug": "carmine",
  "name": "Carmine",
  "hex": "#960018",
  "uses": [
    "branding accents",
    "editorial palettes",
    "product design"
  ],
  "psychology": {
    "associations": [
      "energy",
      "intensity",
      "attention"
    ],
    "contexts": [
      "fashion",
      "food",
      "sports",
      "retail"
    ],
    "avoidIn": [
      "low-stimulation wellness interfaces"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design and editorial color systems."
  },
  "family": "red",
  "temperature": "warm",
  "tone": [
    "balanced"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "red",
    "warm",
    "balanced",
    "branding-accents",
    "editorial-palettes",
    "product-design",
    "energy",
    "intensity",
    "attention"
  ],
  "popularity": 80,
  "rgb": [
    150,
    0,
    24
  ],
  "hsl": [
    350,
    100,
    29
  ],
  "cmyk": [
    0,
    100,
    84,
    41
  ],
  "luminance": 0.0655,
  "contrast": {
    "black": 2.31,
    "white": 9.09
  },
  "harmonies": {
    "complementary": "#00947B",
    "analogous": [
      "#940063",
      "#943100"
    ],
    "triadic": [
      "#199400",
      "#001994"
    ],
    "tetradic": [
      "#639400",
      "#00947B",
      "#310094"
    ],
    "splitComplementary": [
      "#009431",
      "#006394"
    ],
    "monochromatic": [
      "#F00028",
      "#960018",
      "#380009"
    ]
  },
  "variants": {
    "light": "#F00028",
    "dark": "#380009",
    "saturated": "#940019",
    "desaturated": "#841023",
    "pastel": "#ED2647",
    "neon": "#BD001F"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": [
      "#FFFFFF",
      "#F5F5F5"
    ]
  },
  "css": {
    "variable": "--color-carmine: #960018;",
    "utility": ".bg-carmine { background-color: #960018; }",
    "textUtility": ".text-carmine { color: #960018; }"
  },
  "nearestColors": [
    "cranberry",
    "ruby-red",
    "burgundy",
    "crimson-red",
    "dark-red"
  ],
  "generatedPalettes": [
    "carmine"
  ],
  "generatedComparisons": [
    "burgundy-vs-carmine",
    "carmine-vs-cranberry",
    "carmine-vs-ruby-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/red",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/carmine",
    "/wcag/carmine",
    "/css/colors/carmine",
    "/hex/960018"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/red",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/carmine"
    ],
    "related": [
      "/colors/cranberry",
      "/colors/ruby-red",
      "/colors/burgundy",
      "/colors/crimson-red",
      "/colors/dark-red",
      "/compare/burgundy-vs-carmine",
      "/compare/carmine-vs-cranberry",
      "/compare/carmine-vs-ruby-red",
      "/harmonies/carmine",
      "/wcag/carmine",
      "/css/colors/carmine",
      "/hex/960018"
    ]
  },
  "pairings": {
    "best": [
      "#FFFFFF",
      "#00947B",
      "#940063",
      "#943100"
    ],
    "avoid": [
      "#841023",
      "#F00028"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#FFFFFF"
    ],
    "lowContrast": [
      "#F00028",
      "#841023"
    ]
  }
}

Color meaning and use

About Carmine Color

Carmine sits in the red family with warm temperature and balanced visual character. Carmine is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include energy, intensity, and attention, which makes it relevant for fashion and food. In design work, Carmine is most useful for branding accents, editorial palettes, and product design, especially when paired with white text for stronger contrast.

WCAG Accessibility

Contrast checks for Carmine against black and white text.

Black text2.31:1AA Fail
White text9.09:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text options#FFFFFF, #F5F5F5

Similar Colors

Color Harmonies

#00947B#00947B
#940063#940063
#943100#943100
#199400#199400
#001994#001994

Variants

#F00028#F00028
#380009#380009
#940019#940019
#841023#841023
#ED2647#ED2647
#BD001F#BD001F

Pairings

White#FFFFFF
#00947B#00947B
#940063#940063
#943100#943100
Matte Black#1A1A1A
White Smoke#F5F5F5