Color spaces of #b9051f
RGB | 185 | 5 | 31 |
---|---|---|---|
HSL | 0.98 | 0.95 | 0.37 |
HSV | 351° | 97° | 73° |
CMYK | 0.00 | 0.97 | 0.83 0.27 |
XYZ | 20.3092 | 10.5218 | 2.2568 |
Yxy | 10.5218 | 0.6138 | 0.3180 |
Hunter Lab | 32.4373 | 54.9946 | 18.5811 |
CIE-Lab | 38.7631 | 62.8721 | 39.4809 |
#b9051f color RGB value is (185,5,31).
#b9051f hex color red value is 185, green value is 5 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b9051f hue: 0.98 , saturation: 0.95 and the lightness value of b9051f is 0.37.
The process color (four color CMYK) of #b9051f color hex is 0.00, 0.97, 0.83, 0.27. Web safe color of #b9051f is #cc0033. Color #b9051f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00000101 | 00011111 |
Octal | 271 | 5 | 37 |
Decimal | 185 | 5 | 31 |
Hex | B9 | 5 | 1F |
Shades of #b9051f
Tints of #b9051f
RGB Percentages of Color #b9051f
CMYK Percentages of Color #b9051f
Complementary Color
#b9051f | #05b99f |
#b9051f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9051f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9051f Color CSS Codes
.mybgcolor {background-color:#b9051f; } .myforecolor {color:#b9051f; } .mybordercolor {border:3px solid #b9051f; }
#b9051f Text Font Color
<p style="color:#b9051f">Text here</p>
This sample text font color is #b9051f
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.
#b9051f Background Color
<div style="background-color:#b9051f">
Div content here</div>
This div background color is #b9051f
#b9051f Border Color
<div style="border:3px solid #b9051f">
Div here</div>
This div border color is #b9051f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,5,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9051f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9051f; -webkit-box-shadow: 1px 1px 3px 2px #b9051f; box-shadow: 1px 1px 3px 2px #b9051f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,5,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9051f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9051f; -webkit-box-shadow: 1px 1px 3px 2px #b9051f; box-shadow: 1px 1px 3px 2px #b9051f;">
Div content here</div>
This div box has shadow with color #b9051f
Comments
No comments written yet.
Please login to write comment.