Color spaces of #b4150b
RGB | 180 | 21 | 11 |
---|---|---|---|
HSL | 0.01 | 0.88 | 0.37 |
HSV | 4° | 94° | 71° |
CMYK | 0.00 | 0.88 | 0.94 0.29 |
XYZ | 19.1510 | 10.2638 | 1.2883 |
Yxy | 10.2638 | 0.6237 | 0.3343 |
Hunter Lab | 32.0372 | 50.6377 | 20.0418 |
CIE-Lab | 38.3118 | 59.0235 | 48.0672 |
#b4150b color RGB value is (180,21,11).
#b4150b hex color red value is 180, green value is 21 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b4150b hue: 0.01 , saturation: 0.88 and the lightness value of b4150b is 0.37.
The process color (four color CMYK) of #b4150b color hex is 0.00, 0.88, 0.94, 0.29. Web safe color of #b4150b is #cc0000. Color #b4150b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00010101 | 00001011 |
Octal | 264 | 25 | 13 |
Decimal | 180 | 21 | 11 |
Hex | B4 | 15 | B |
Shades of #b4150b
Tints of #b4150b
RGB Percentages of Color #b4150b
CMYK Percentages of Color #b4150b
Complementary Color
#b4150b | #0baab4 |
#b4150b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4150b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4150b Color CSS Codes
.mybgcolor {background-color:#b4150b; } .myforecolor {color:#b4150b; } .mybordercolor {border:3px solid #b4150b; }
#b4150b Text Font Color
<p style="color:#b4150b">Text here</p>
This sample text font color is #b4150b
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.
#b4150b Background Color
<div style="background-color:#b4150b">
Div content here</div>
This div background color is #b4150b
#b4150b Border Color
<div style="border:3px solid #b4150b">
Div here</div>
This div border color is #b4150b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,21,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4150b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4150b; -webkit-box-shadow: 1px 1px 3px 2px #b4150b; box-shadow: 1px 1px 3px 2px #b4150b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,21,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4150b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4150b; -webkit-box-shadow: 1px 1px 3px 2px #b4150b; box-shadow: 1px 1px 3px 2px #b4150b;">
Div content here</div>
This div box has shadow with color #b4150b
#b4150b Color Palettes
Comments
No comments written yet.
Please login to write comment.