Color spaces of #bc200b
RGB | 188 | 32 | 11 |
---|---|---|---|
HSL | 0.02 | 0.89 | 0.39 |
HSV | 7° | 94° | 74° |
CMYK | 0.00 | 0.83 | 0.94 0.26 |
XYZ | 21.3160 | 11.7486 | 1.4608 |
Yxy | 11.7486 | 0.6174 | 0.3403 |
Hunter Lab | 34.2762 | 51.0237 | 21.4665 |
CIE-Lab | 40.8137 | 58.8931 | 50.4314 |
#bc200b color RGB value is (188,32,11).
#bc200b hex color red value is 188, green value is 32 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc200b hue: 0.02 , saturation: 0.89 and the lightness value of bc200b is 0.39.
The process color (four color CMYK) of #bc200b color hex is 0.00, 0.83, 0.94, 0.26. Web safe color of #bc200b is #cc3300. Color #bc200b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00100000 | 00001011 |
Octal | 274 | 40 | 13 |
Decimal | 188 | 32 | 11 |
Hex | BC | 20 | B |
Shades of #bc200b
Tints of #bc200b
RGB Percentages of Color #bc200b
CMYK Percentages of Color #bc200b
Complementary Color
#bc200b | #0ba7bc |
#bc200b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc200b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc200b Color CSS Codes
.mybgcolor {background-color:#bc200b; } .myforecolor {color:#bc200b; } .mybordercolor {border:3px solid #bc200b; }
#bc200b Text Font Color
<p style="color:#bc200b">Text here</p>
This sample text font color is #bc200b
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.
#bc200b Background Color
<div style="background-color:#bc200b">
Div content here</div>
This div background color is #bc200b
#bc200b Border Color
<div style="border:3px solid #bc200b">
Div here</div>
This div border color is #bc200b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,32,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc200b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc200b; -webkit-box-shadow: 1px 1px 3px 2px #bc200b; box-shadow: 1px 1px 3px 2px #bc200b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,32,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 #bc200b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc200b; -webkit-box-shadow: 1px 1px 3px 2px #bc200b; box-shadow: 1px 1px 3px 2px #bc200b;">
Div content here</div>
This div box has shadow with color #bc200b
Comments
No comments written yet.
Please login to write comment.