Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Rustic Red | 440000 | #440000 | 68, 0, 0 | 26.67, 0, 0 | 0, 100, 100, 73.33 | 0, 100, 26.666666666667 |
Color #440000 is Rustic Red. In RGB: 26.67, 0, 0. In CMYK: 0, 100, 100, 73.33.
div { background: #440000; color: #000; }
div { background: #440000; color: #fff; }
div { background: linear-gradient(to bottom, #310000 0%, #5E1A1B 100%); color: #000; }
div { background: linear-gradient(to bottom, #5E1A1B 0%, #310000 100%); color: #000; }
div { background: linear-gradient(to bottom, #310000 0%, #5E1A1B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5E1A1B 0%, #310000 100%); color: #fff; }
div { border: 1px solid #440000; }
div { border: 5px solid #440000; }
div { border: 1px dashed #440000; }
div { border: 5px dashed #440000; }
div { border: 1px dotted #440000; }
div { border: 5px dotted #440000; }