Barn Red Hex Code — #7C0A02
RGB, HSL, and CMYK values for Barn Red.
Barn Red Color Values
| Format | Value |
|---|---|
| HEX | #7C0A02 |
| RGB | rgb(124, 10, 2) |
| HSL | hsl(4, 97%, 25%) |
| CMYK | cmyk(0%, 92%, 98%, 51%) |
Want to explore more shades? Use our Color Converter
About Barn Red
Color psychology: Rustic, traditional.
Barn Red (#7C0A02) is a dark shade of red. It's commonly used in web design, graphic design, and branding where rustic, traditional are desired associations.
How to Use Barn Red in CSS
/* Using HEX */ color: #7C0A02; background-color: #7C0A02; /* Using RGB */ color: rgb(124, 10, 2); /* Using HSL */ color: hsl(4, 97%, 25%);