Color spaces of #bb042e
RGB | 187 | 4 | 46 |
---|---|---|---|
HSL | 0.96 | 0.96 | 0.37 |
HSV | 346° | 98° | 73° |
CMYK | 0.00 | 0.98 | 0.75 0.27 |
XYZ | 21.0301 | 10.8489 | 3.5704 |
Yxy | 10.8489 | 0.5932 | 0.3060 |
Hunter Lab | 32.9377 | 56.3281 | 16.6294 |
CIE-Lab | 39.3248 | 63.9467 | 31.3725 |
#bb042e color RGB value is (187,4,46).
#bb042e hex color red value is 187, green value is 4 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb042e hue: 0.96 , saturation: 0.96 and the lightness value of bb042e is 0.37.
The process color (four color CMYK) of #bb042e color hex is 0.00, 0.98, 0.75, 0.27. Web safe color of #bb042e is #cc0033. Color #bb042e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00000100 | 00101110 |
Octal | 273 | 4 | 56 |
Decimal | 187 | 4 | 46 |
Hex | BB | 4 | 2E |
Shades of #bb042e
Tints of #bb042e
RGB Percentages of Color #bb042e
CMYK Percentages of Color #bb042e
Complementary Color
#bb042e | #04bb91 |
#bb042e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb042e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb042e Color CSS Codes
.mybgcolor {background-color:#bb042e; } .myforecolor {color:#bb042e; } .mybordercolor {border:3px solid #bb042e; }
#bb042e Text Font Color
<p style="color:#bb042e">Text here</p>
This sample text font color is #bb042e
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.
#bb042e Background Color
<div style="background-color:#bb042e">
Div content here</div>
This div background color is #bb042e
#bb042e Border Color
<div style="border:3px solid #bb042e">
Div here</div>
This div border color is #bb042e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,4,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb042e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb042e; -webkit-box-shadow: 1px 1px 3px 2px #bb042e; box-shadow: 1px 1px 3px 2px #bb042e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,4,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb042e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb042e; -webkit-box-shadow: 1px 1px 3px 2px #bb042e; box-shadow: 1px 1px 3px 2px #bb042e;">
Div content here</div>
This div box has shadow with color #bb042e
Comments
No comments written yet.
Please login to write comment.