Color spaces of #bb240e
RGB | 187 | 36 | 14 |
---|---|---|---|
HSL | 0.02 | 0.86 | 0.39 |
HSV | 8° | 93° | 73° |
CMYK | 0.00 | 0.81 | 0.93 0.27 |
XYZ | 21.2037 | 11.8583 | 1.5868 |
Yxy | 11.8583 | 0.6120 | 0.3422 |
Hunter Lab | 34.4359 | 49.6476 | 21.3730 |
CIE-Lab | 40.9900 | 57.5989 | 49.4065 |
#bb240e color RGB value is (187,36,14).
#bb240e hex color red value is 187, green value is 36 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb240e hue: 0.02 , saturation: 0.86 and the lightness value of bb240e is 0.39.
The process color (four color CMYK) of #bb240e color hex is 0.00, 0.81, 0.93, 0.27. Web safe color of #bb240e is #cc3300. Color #bb240e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100100 | 00001110 |
Octal | 273 | 44 | 16 |
Decimal | 187 | 36 | 14 |
Hex | BB | 24 | E |
Shades of #bb240e
Tints of #bb240e
RGB Percentages of Color #bb240e
CMYK Percentages of Color #bb240e
Complementary Color
#bb240e | #0ea5bb |
#bb240e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb240e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb240e Color CSS Codes
.mybgcolor {background-color:#bb240e; } .myforecolor {color:#bb240e; } .mybordercolor {border:3px solid #bb240e; }
#bb240e Text Font Color
<p style="color:#bb240e">Text here</p>
This sample text font color is #bb240e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bb240e Background Color
<div style="background-color:#bb240e">
Div content here</div>
This div background color is #bb240e
#bb240e Border Color
<div style="border:3px solid #bb240e">
Div here</div>
This div border color is #bb240e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,36,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb240e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb240e; -webkit-box-shadow: 1px 1px 3px 2px #bb240e; box-shadow: 1px 1px 3px 2px #bb240e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,36,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb240e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb240e; -webkit-box-shadow: 1px 1px 3px 2px #bb240e; box-shadow: 1px 1px 3px 2px #bb240e;">
Div content here</div>
This div box has shadow with color #bb240e
Comments
No comments written yet.
Please login to write comment.