Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Copper Rust | A64C52 | #A64C52 | 166, 76, 82 | 65.1, 29.8, 32.16 | 0, 54.22, 50.6, 34.9 | 356, 54.21686746988, 65.098039215686 |
Color #a64c52 is Copper Rust. In RGB: 65.1, 29.8, 32.16. In CMYK: 0, 54.22, 50.6, 34.9.
div { background: #a64c52; color: #000; }
div { background: #a64c52; color: #fff; }
div { background: linear-gradient(to bottom, #8A333B 0%, #C3656A 100%); color: #000; }
div { background: linear-gradient(to bottom, #C3656A 0%, #8A333B 100%); color: #000; }
div { background: linear-gradient(to bottom, #8A333B 0%, #C3656A 100%); color: #fff; }
div { background: linear-gradient(to bottom, #C3656A 0%, #8A333B 100%); color: #fff; }
div { border: 1px solid #a64c52; }
div { border: 5px solid #a64c52; }
div { border: 1px dashed #a64c52; }
div { border: 5px dashed #a64c52; }
div { border: 1px dotted #a64c52; }
div { border: 5px dotted #a64c52; }