Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Thunderbird | BA3416 | #BA3416 | 186, 52, 22 | 72.94, 20.39, 8.63 | 0, 72.04, 88.17, 27.06 | 10.975609756098, 88.172043010753, 72.941176470588 |
Color #ba3416 is Thunderbird. In RGB: 72.94, 20.39, 8.63. In CMYK: 0, 72.04, 88.17, 27.06.
div { background: #ba3416; color: #000; }
div { background: #ba3416; color: #fff; }
div { background: linear-gradient(to bottom, #9B1300 0%, #DA502E 100%); color: #000; }
div { background: linear-gradient(to bottom, #DA502E 0%, #9B1300 100%); color: #000; }
div { background: linear-gradient(to bottom, #9B1300 0%, #DA502E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DA502E 0%, #9B1300 100%); color: #fff; }
div { border: 1px solid #ba3416; }
div { border: 5px solid #ba3416; }
div { border: 1px dashed #ba3416; }
div { border: 5px dashed #ba3416; }
div { border: 1px dotted #ba3416; }
div { border: 5px dotted #ba3416; }