Color spaces of #bc243b
RGB | 188 | 36 | 59 |
---|---|---|---|
HSL | 0.97 | 0.68 | 0.44 |
HSV | 351° | 81° | 74° |
CMYK | 0.00 | 0.81 | 0.69 0.26 |
XYZ | 22.1593 | 12.2689 | 5.3379 |
Yxy | 12.2689 | 0.5572 | 0.3085 |
Hunter Lab | 35.0270 | 51.6281 | 15.4835 |
CIE-Lab | 41.6403 | 59.2845 | 26.1817 |
#bc243b color RGB value is (188,36,59).
#bc243b hex color red value is 188, green value is 36 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc243b hue: 0.97 , saturation: 0.68 and the lightness value of bc243b is 0.44.
The process color (four color CMYK) of #bc243b color hex is 0.00, 0.81, 0.69, 0.26. Web safe color of #bc243b is #cc3333. Color #bc243b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00100100 | 00111011 |
Octal | 274 | 44 | 73 |
Decimal | 188 | 36 | 59 |
Hex | BC | 24 | 3B |
Shades of #bc243b
Tints of #bc243b
RGB Percentages of Color #bc243b
CMYK Percentages of Color #bc243b
Complementary Color
#bc243b | #24bca5 |
#bc243b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc243b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc243b Color CSS Codes
.mybgcolor {background-color:#bc243b; } .myforecolor {color:#bc243b; } .mybordercolor {border:3px solid #bc243b; }
#bc243b Text Font Color
<p style="color:#bc243b">Text here</p>
This sample text font color is #bc243b
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.
#bc243b Background Color
<div style="background-color:#bc243b">
Div content here</div>
This div background color is #bc243b
#bc243b Border Color
<div style="border:3px solid #bc243b">
Div here</div>
This div border color is #bc243b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,36,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc243b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc243b; -webkit-box-shadow: 1px 1px 3px 2px #bc243b; box-shadow: 1px 1px 3px 2px #bc243b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,36,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc243b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc243b; -webkit-box-shadow: 1px 1px 3px 2px #bc243b; box-shadow: 1px 1px 3px 2px #bc243b;">
Div content here</div>
This div box has shadow with color #bc243b
Comments
No comments written yet.
Please login to write comment.