Color spaces of #b7012e
RGB | 183 | 1 | 46 |
---|---|---|---|
HSL | 0.96 | 0.99 | 0.36 |
HSV | 345° | 99° | 72° |
CMYK | 0.00 | 0.99 | 0.75 0.28 |
XYZ | 20.0324 | 10.2862 | 3.5144 |
Yxy | 10.2862 | 0.5921 | 0.3040 |
Hunter Lab | 32.0721 | 55.3658 | 15.9536 |
CIE-Lab | 38.3513 | 63.2830 | 30.0304 |
#b7012e color RGB value is (183,1,46).
#b7012e hex color red value is 183, green value is 1 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b7012e hue: 0.96 , saturation: 0.99 and the lightness value of b7012e is 0.36.
The process color (four color CMYK) of #b7012e color hex is 0.00, 0.99, 0.75, 0.28. Web safe color of #b7012e is #cc0033. Color #b7012e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00000001 | 00101110 |
Octal | 267 | 1 | 56 |
Decimal | 183 | 1 | 46 |
Hex | B7 | 1 | 2E |
Shades of #b7012e
Tints of #b7012e
RGB Percentages of Color #b7012e
CMYK Percentages of Color #b7012e
Complementary Color
#b7012e | #01b78a |
#b7012e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7012e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7012e Color CSS Codes
.mybgcolor {background-color:#b7012e; } .myforecolor {color:#b7012e; } .mybordercolor {border:3px solid #b7012e; }
#b7012e Text Font Color
<p style="color:#b7012e">Text here</p>
This sample text font color is #b7012e
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.
#b7012e Background Color
<div style="background-color:#b7012e">
Div content here</div>
This div background color is #b7012e
#b7012e Border Color
<div style="border:3px solid #b7012e">
Div here</div>
This div border color is #b7012e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,1,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7012e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7012e; -webkit-box-shadow: 1px 1px 3px 2px #b7012e; box-shadow: 1px 1px 3px 2px #b7012e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,1,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 #b7012e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7012e; -webkit-box-shadow: 1px 1px 3px 2px #b7012e; box-shadow: 1px 1px 3px 2px #b7012e;">
Div content here</div>
This div box has shadow with color #b7012e
Comments
No comments written yet.
Please login to write comment.