Color spaces of #b42721
RGB | 180 | 39 | 33 |
---|---|---|---|
HSL | 0.01 | 0.69 | 0.42 |
HSV | 2° | 82° | 71° |
CMYK | 0.00 | 0.78 | 0.82 0.29 |
XYZ | 19.8224 | 11.2641 | 2.5683 |
Yxy | 11.2641 | 0.5890 | 0.3347 |
Hunter Lab | 33.5620 | 46.6921 | 18.9563 |
CIE-Lab | 40.0218 | 55.0391 | 39.2315 |
#b42721 color RGB value is (180,39,33).
#b42721 hex color red value is 180, green value is 39 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b42721 hue: 0.01 , saturation: 0.69 and the lightness value of b42721 is 0.42.
The process color (four color CMYK) of #b42721 color hex is 0.00, 0.78, 0.82, 0.29. Web safe color of #b42721 is #cc3333. Color #b42721 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00100111 | 00100001 |
Octal | 264 | 47 | 41 |
Decimal | 180 | 39 | 33 |
Hex | B4 | 27 | 21 |
Shades of #b42721
Tints of #b42721
RGB Percentages of Color #b42721
CMYK Percentages of Color #b42721
Complementary Color
#b42721 | #21aeb4 |
#b42721 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b42721 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b42721 Color CSS Codes
.mybgcolor {background-color:#b42721; } .myforecolor {color:#b42721; } .mybordercolor {border:3px solid #b42721; }
#b42721 Text Font Color
<p style="color:#b42721">Text here</p>
This sample text font color is #b42721
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.
#b42721 Background Color
<div style="background-color:#b42721">
Div content here</div>
This div background color is #b42721
#b42721 Border Color
<div style="border:3px solid #b42721">
Div here</div>
This div border color is #b42721
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,39,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b42721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b42721; -webkit-box-shadow: 1px 1px 3px 2px #b42721; box-shadow: 1px 1px 3px 2px #b42721; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,39,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b42721">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b42721; -webkit-box-shadow: 1px 1px 3px 2px #b42721; box-shadow: 1px 1px 3px 2px #b42721;">
Div content here</div>
This div box has shadow with color #b42721
Comments
No comments written yet.
Please login to write comment.