Color spaces of #b32e09
RGB | 179 | 46 | 9 |
---|---|---|---|
HSL | 0.04 | 0.90 | 0.37 |
HSV | 13° | 95° | 70° |
CMYK | 0.00 | 0.74 | 0.95 0.30 |
XYZ | 19.6167 | 11.5574 | 1.4553 |
Yxy | 11.5574 | 0.6012 | 0.3542 |
Hunter Lab | 33.9962 | 43.5060 | 21.2593 |
CIE-Lab | 40.5038 | 51.9319 | 49.9568 |
#b32e09 color RGB value is (179,46,9).
#b32e09 hex color red value is 179, green value is 46 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b32e09 hue: 0.04 , saturation: 0.90 and the lightness value of b32e09 is 0.37.
The process color (four color CMYK) of #b32e09 color hex is 0.00, 0.74, 0.95, 0.30. Web safe color of #b32e09 is #cc3300. Color #b32e09 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00101110 | 00001001 |
Octal | 263 | 56 | 11 |
Decimal | 179 | 46 | 9 |
Hex | B3 | 2E | 9 |
Shades of #b32e09
Tints of #b32e09
RGB Percentages of Color #b32e09
CMYK Percentages of Color #b32e09
Complementary Color
#b32e09 | #098eb3 |
#b32e09 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b32e09 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b32e09 Color CSS Codes
.mybgcolor {background-color:#b32e09; } .myforecolor {color:#b32e09; } .mybordercolor {border:3px solid #b32e09; }
#b32e09 Text Font Color
<p style="color:#b32e09">Text here</p>
This sample text font color is #b32e09
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.
#b32e09 Background Color
<div style="background-color:#b32e09">
Div content here</div>
This div background color is #b32e09
#b32e09 Border Color
<div style="border:3px solid #b32e09">
Div here</div>
This div border color is #b32e09
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,46,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b32e09; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b32e09; -webkit-box-shadow: 1px 1px 3px 2px #b32e09; box-shadow: 1px 1px 3px 2px #b32e09; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,46,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b32e09">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b32e09; -webkit-box-shadow: 1px 1px 3px 2px #b32e09; box-shadow: 1px 1px 3px 2px #b32e09;">
Div content here</div>
This div box has shadow with color #b32e09
Comments
No comments written yet.
Please login to write comment.