Color spaces of #bb090a
RGB | 187 | 9 | 10 |
---|---|---|---|
HSL | 1.00 | 0.91 | 0.38 |
HSV | 360° | 95° | 73° |
CMYK | 0.00 | 0.95 | 0.95 0.27 |
XYZ | 20.6460 | 10.7821 | 1.2801 |
Yxy | 10.7821 | 0.6312 | 0.3296 |
Hunter Lab | 32.8361 | 54.7703 | 20.6739 |
CIE-Lab | 39.2110 | 62.5847 | 49.7145 |
#bb090a color RGB value is (187,9,10).
#bb090a hex color red value is 187, green value is 9 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bb090a hue: 1.00 , saturation: 0.91 and the lightness value of bb090a is 0.38.
The process color (four color CMYK) of #bb090a color hex is 0.00, 0.95, 0.95, 0.27. Web safe color of #bb090a is #cc0000. Color #bb090a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00001001 | 00001010 |
Octal | 273 | 11 | 12 |
Decimal | 187 | 9 | 10 |
Hex | BB | 9 | A |
Shades of #bb090a
Tints of #bb090a
RGB Percentages of Color #bb090a
CMYK Percentages of Color #bb090a
Complementary Color
#bb090a | #09bbba |
#bb090a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb090a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb090a Color CSS Codes
.mybgcolor {background-color:#bb090a; } .myforecolor {color:#bb090a; } .mybordercolor {border:3px solid #bb090a; }
#bb090a Text Font Color
<p style="color:#bb090a">Text here</p>
This sample text font color is #bb090a
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.
#bb090a Background Color
<div style="background-color:#bb090a">
Div content here</div>
This div background color is #bb090a
#bb090a Border Color
<div style="border:3px solid #bb090a">
Div here</div>
This div border color is #bb090a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,9,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb090a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb090a; -webkit-box-shadow: 1px 1px 3px 2px #bb090a; box-shadow: 1px 1px 3px 2px #bb090a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,9,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb090a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb090a; -webkit-box-shadow: 1px 1px 3px 2px #bb090a; box-shadow: 1px 1px 3px 2px #bb090a;">
Div content here</div>
This div box has shadow with color #bb090a
Comments
No comments written yet.
Please login to write comment.