Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Tia Maria | BF3C13 | #BF3C13 | 191, 60, 19 | 74.9, 23.53, 7.45 | 0, 68.59, 90.05, 25.1 | 14.302325581395, 90.052356020942, 74.901960784314 |
Color #bf3c13 is Tia Maria. In RGB: 74.9, 23.53, 7.45. In CMYK: 0, 68.59, 90.05, 25.1.
div { background: #bf3c13; color: #000; }
div { background: #bf3c13; color: #fff; }
div { background: linear-gradient(to bottom, #A01E00 0%, #DF572C 100%); color: #000; }
div { background: linear-gradient(to bottom, #DF572C 0%, #A01E00 100%); color: #000; }
div { background: linear-gradient(to bottom, #A01E00 0%, #DF572C 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DF572C 0%, #A01E00 100%); color: #fff; }
div { border: 1px solid #bf3c13; }
div { border: 5px solid #bf3c13; }
div { border: 1px dashed #bf3c13; }
div { border: 5px dashed #bf3c13; }
div { border: 1px dotted #bf3c13; }
div { border: 5px dotted #bf3c13; }