Color spaces of #b03225
RGB | 176 | 50 | 37 |
---|---|---|---|
HSL | 0.02 | 0.65 | 0.42 |
HSV | 6° | 79° | 69° |
CMYK | 0.00 | 0.72 | 0.79 0.31 |
XYZ | 19.3790 | 11.6449 | 2.9766 |
Yxy | 11.6449 | 0.5700 | 0.3425 |
Hunter Lab | 34.1246 | 41.6501 | 18.7155 |
CIE-Lab | 40.6461 | 50.1205 | 37.4166 |
#b03225 color RGB value is (176,50,37).
#b03225 hex color red value is 176, green value is 50 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b03225 hue: 0.02 , saturation: 0.65 and the lightness value of b03225 is 0.42.
The process color (four color CMYK) of #b03225 color hex is 0.00, 0.72, 0.79, 0.31. Web safe color of #b03225 is #993333. Color #b03225 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00110010 | 00100101 |
Octal | 260 | 62 | 45 |
Decimal | 176 | 50 | 37 |
Hex | B0 | 32 | 25 |
Shades of #b03225
Tints of #b03225
RGB Percentages of Color #b03225
CMYK Percentages of Color #b03225
Complementary Color
#b03225 | #25a3b0 |
#b03225 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b03225 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b03225 Color CSS Codes
.mybgcolor {background-color:#b03225; } .myforecolor {color:#b03225; } .mybordercolor {border:3px solid #b03225; }
#b03225 Text Font Color
<p style="color:#b03225">Text here</p>
This sample text font color is #b03225
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.
#b03225 Background Color
<div style="background-color:#b03225">
Div content here</div>
This div background color is #b03225
#b03225 Border Color
<div style="border:3px solid #b03225">
Div here</div>
This div border color is #b03225
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,50,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b03225; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b03225; -webkit-box-shadow: 1px 1px 3px 2px #b03225; box-shadow: 1px 1px 3px 2px #b03225; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,50,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b03225">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b03225; -webkit-box-shadow: 1px 1px 3px 2px #b03225; box-shadow: 1px 1px 3px 2px #b03225;">
Div content here</div>
This div box has shadow with color #b03225
Comments
No comments written yet.
Please login to write comment.