Color spaces of #bc380b
RGB | 188 | 56 | 11 |
---|---|---|---|
HSL | 0.04 | 0.89 | 0.39 |
HSV | 15° | 94° | 74° |
CMYK | 0.00 | 0.70 | 0.94 0.26 |
XYZ | 22.2136 | 13.5439 | 1.7601 |
Yxy | 13.5439 | 0.5921 | 0.3610 |
Hunter Lab | 36.8020 | 43.3385 | 22.9258 |
CIE-Lab | 43.5716 | 51.2113 | 52.1401 |
#bc380b color RGB value is (188,56,11).
#bc380b hex color red value is 188, green value is 56 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc380b hue: 0.04 , saturation: 0.89 and the lightness value of bc380b is 0.39.
The process color (four color CMYK) of #bc380b color hex is 0.00, 0.70, 0.94, 0.26. Web safe color of #bc380b is #cc3300. Color #bc380b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00111000 | 00001011 |
Octal | 274 | 70 | 13 |
Decimal | 188 | 56 | 11 |
Hex | BC | 38 | B |
Shades of #bc380b
Tints of #bc380b
RGB Percentages of Color #bc380b
CMYK Percentages of Color #bc380b
Complementary Color
#bc380b | #0b8fbc |
#bc380b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc380b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc380b Color CSS Codes
.mybgcolor {background-color:#bc380b; } .myforecolor {color:#bc380b; } .mybordercolor {border:3px solid #bc380b; }
#bc380b Text Font Color
<p style="color:#bc380b">Text here</p>
This sample text font color is #bc380b
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.
#bc380b Background Color
<div style="background-color:#bc380b">
Div content here</div>
This div background color is #bc380b
#bc380b Border Color
<div style="border:3px solid #bc380b">
Div here</div>
This div border color is #bc380b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,56,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc380b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc380b; -webkit-box-shadow: 1px 1px 3px 2px #bc380b; box-shadow: 1px 1px 3px 2px #bc380b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,56,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 #bc380b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc380b; -webkit-box-shadow: 1px 1px 3px 2px #bc380b; box-shadow: 1px 1px 3px 2px #bc380b;">
Div content here</div>
This div box has shadow with color #bc380b
Comments
No comments written yet.
Please login to write comment.