RGB | 176 | 40 | 34 | |
HSL | 0.01 | 0.68 | 0.41 | |
HSV | 3° | 81° | 69° | |
CYMK | 0 | 0.7727 | 0.8068 | 79 |
XYZ | 18.952 | 10.8632 | 2.6113 |
This color is called Tall Poppy. It has 176 red, 40 green, and 34 blue. This color is not particularly light nor dark.
.text-b02822 { color: #b02822 }
This is some text in the color #b02822
.bg-b02822 { background-color: #b02822 }
.border-b02822 { border: 3px solid #b02822; }
This is some text in a box with a border of the color #b02822
.text-shadow-b02822 { text-shadow: 4px 4px 2px #b02822; }
This is some text with text shadow color #b02822
.box-shadow-b02822 { -moz-box-shadow: 1px 1px 3px 2px #b02822; -webkit-box-shadow: 1px 1px 3px 2px #b02822; box-shadow: 1px 1px 3px 2px #b02822; }
This is some text in a box with a box shadow of the color #b02822