Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Medium Carmine | B94540 | #B94540 | 185, 69, 64 | 72.55, 27.06, 25.1 | 0, 62.7, 65.41, 27.45 | 2.4793388429752, 65.405405405405, 72.549019607843 |
Color #b94540 is Medium Carmine. In RGB: 72.55, 27.06, 25.1. In CMYK: 0, 62.7, 65.41, 27.45.
div { background: #b94540; color: #000; }
div { background: #b94540; color: #fff; }
div { background: linear-gradient(to bottom, #9B2A2A 0%, #D75F57 100%); color: #000; }
div { background: linear-gradient(to bottom, #D75F57 0%, #9B2A2A 100%); color: #000; }
div { background: linear-gradient(to bottom, #9B2A2A 0%, #D75F57 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D75F57 0%, #9B2A2A 100%); color: #fff; }
div { border: 1px solid #b94540; }
div { border: 5px solid #b94540; }
div { border: 1px dashed #b94540; }
div { border: 5px dashed #b94540; }
div { border: 1px dotted #b94540; }
div { border: 5px dotted #b94540; }