Color spaces of #b23420
RGB | 178 | 52 | 32 |
---|---|---|---|
HSL | 0.02 | 0.70 | 0.41 |
HSV | 8° | 82° | 70° |
CMYK | 0.00 | 0.71 | 0.82 0.30 |
XYZ | 19.8488 | 12.0252 | 2.6415 |
Yxy | 12.0252 | 0.5751 | 0.3484 |
Hunter Lab | 34.6774 | 41.4853 | 19.7578 |
CIE-Lab | 41.2561 | 49.8501 | 40.8199 |
#b23420 color RGB value is (178,52,32).
#b23420 hex color red value is 178, green value is 52 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b23420 hue: 0.02 , saturation: 0.70 and the lightness value of b23420 is 0.41.
The process color (four color CMYK) of #b23420 color hex is 0.00, 0.71, 0.82, 0.30. Web safe color of #b23420 is #993333. Color #b23420 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00110100 | 00100000 |
Octal | 262 | 64 | 40 |
Decimal | 178 | 52 | 32 |
Hex | B2 | 34 | 20 |
Shades of #b23420
Tints of #b23420
RGB Percentages of Color #b23420
CMYK Percentages of Color #b23420
Complementary Color
#b23420 | #209eb2 |
#b23420 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b23420 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b23420 Color CSS Codes
.mybgcolor {background-color:#b23420; } .myforecolor {color:#b23420; } .mybordercolor {border:3px solid #b23420; }
#b23420 Text Font Color
<p style="color:#b23420">Text here</p>
This sample text font color is #b23420
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.
#b23420 Background Color
<div style="background-color:#b23420">
Div content here</div>
This div background color is #b23420
#b23420 Border Color
<div style="border:3px solid #b23420">
Div here</div>
This div border color is #b23420
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,52,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b23420; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b23420; -webkit-box-shadow: 1px 1px 3px 2px #b23420; box-shadow: 1px 1px 3px 2px #b23420; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,52,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b23420">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b23420; -webkit-box-shadow: 1px 1px 3px 2px #b23420; box-shadow: 1px 1px 3px 2px #b23420;">
Div content here</div>
This div box has shadow with color #b23420
Comments
No comments written yet.
Please login to write comment.