Color spaces of #bd121d
RGB | 189 | 18 | 29 |
---|---|---|---|
HSL | 0.99 | 0.83 | 0.41 |
HSV | 356° | 90° | 74° |
CMYK | 0.00 | 0.90 | 0.85 0.26 |
XYZ | 21.4243 | 11.3401 | 2.2221 |
Yxy | 11.3401 | 0.6124 | 0.3241 |
Hunter Lab | 33.6751 | 54.6315 | 19.6602 |
CIE-Lab | 40.1475 | 62.2785 | 42.1508 |
#bd121d color RGB value is (189,18,29).
#bd121d hex color red value is 189, green value is 18 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd121d hue: 0.99 , saturation: 0.83 and the lightness value of bd121d is 0.41.
The process color (four color CMYK) of #bd121d color hex is 0.00, 0.90, 0.85, 0.26. Web safe color of #bd121d is #cc0033. Color #bd121d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00010010 | 00011101 |
Octal | 275 | 22 | 35 |
Decimal | 189 | 18 | 29 |
Hex | BD | 12 | 1D |
Shades of #bd121d
Tints of #bd121d
RGB Percentages of Color #bd121d
CMYK Percentages of Color #bd121d
Complementary Color
#bd121d | #12bdb2 |
#bd121d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd121d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd121d Color CSS Codes
.mybgcolor {background-color:#bd121d; } .myforecolor {color:#bd121d; } .mybordercolor {border:3px solid #bd121d; }
#bd121d Text Font Color
<p style="color:#bd121d">Text here</p>
This sample text font color is #bd121d
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.
#bd121d Background Color
<div style="background-color:#bd121d">
Div content here</div>
This div background color is #bd121d
#bd121d Border Color
<div style="border:3px solid #bd121d">
Div here</div>
This div border color is #bd121d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,18,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd121d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd121d; -webkit-box-shadow: 1px 1px 3px 2px #bd121d; box-shadow: 1px 1px 3px 2px #bd121d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,18,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd121d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd121d; -webkit-box-shadow: 1px 1px 3px 2px #bd121d; box-shadow: 1px 1px 3px 2px #bd121d;">
Div content here</div>
This div box has shadow with color #bd121d
Comments
No comments written yet.
Please login to write comment.