Nippon
#bc002c
Looking for the precise values behind Nippon (#bc002c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bc002c | |
|---|---|---|
| RGB | rgb(188, 0, 44) | |
| HSL | hsl(346, 100%, 37%) | |
| CMYK | cmyk(0%, 100%, 77%, 26%) | |
| LAB | lab(40, 65, 34) | |
| OKLCH | oklch(0.5 0.202 21) |
Color harmonies
Tints & shades
Code snippets
color: #bc002c;
background-color: #bc002c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBC002C)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.00, blue: 0.17, alpha: 1.0)