Color spaces of #b8011b
RGB | 184 | 1 | 27 |
---|---|---|---|
HSL | 0.98 | 0.99 | 0.36 |
HSV | 351° | 99° | 72° |
CMYK | 0.00 | 0.99 | 0.85 0.28 |
XYZ | 19.9758 | 10.2912 | 1.9705 |
Yxy | 10.2912 | 0.6196 | 0.3192 |
Hunter Lab | 32.0799 | 55.0102 | 18.8141 |
CIE-Lab | 38.3601 | 62.9645 | 41.2151 |
#b8011b color RGB value is (184,1,27).
#b8011b hex color red value is 184, green value is 1 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b8011b hue: 0.98 , saturation: 0.99 and the lightness value of b8011b is 0.36.
The process color (four color CMYK) of #b8011b color hex is 0.00, 0.99, 0.85, 0.28. Web safe color of #b8011b is #cc0033. Color #b8011b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00000001 | 00011011 |
Octal | 270 | 1 | 33 |
Decimal | 184 | 1 | 27 |
Hex | B8 | 1 | 1B |
Shades of #b8011b
Tints of #b8011b
RGB Percentages of Color #b8011b
CMYK Percentages of Color #b8011b
Complementary Color
#b8011b | #01b89e |
#b8011b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8011b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8011b Color CSS Codes
.mybgcolor {background-color:#b8011b; } .myforecolor {color:#b8011b; } .mybordercolor {border:3px solid #b8011b; }
#b8011b Text Font Color
<p style="color:#b8011b">Text here</p>
This sample text font color is #b8011b
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.
#b8011b Background Color
<div style="background-color:#b8011b">
Div content here</div>
This div background color is #b8011b
#b8011b Border Color
<div style="border:3px solid #b8011b">
Div here</div>
This div border color is #b8011b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,1,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8011b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8011b; -webkit-box-shadow: 1px 1px 3px 2px #b8011b; box-shadow: 1px 1px 3px 2px #b8011b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,1,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8011b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8011b; -webkit-box-shadow: 1px 1px 3px 2px #b8011b; box-shadow: 1px 1px 3px 2px #b8011b;">
Div content here</div>
This div box has shadow with color #b8011b
Comments
No comments written yet.
Please login to write comment.