Color spaces of #b6282b
RGB | 182 | 40 | 43 |
---|---|---|---|
HSL | 1.00 | 0.64 | 0.44 |
HSV | 359° | 78° | 71° |
CMYK | 0.00 | 0.78 | 0.76 0.29 |
XYZ | 20.4862 | 11.6371 | 3.4519 |
Yxy | 11.6371 | 0.5759 | 0.3271 |
Hunter Lab | 34.1132 | 47.4976 | 17.8797 |
CIE-Lab | 40.6334 | 55.6761 | 34.3450 |
#b6282b color RGB value is (182,40,43).
#b6282b hex color red value is 182, green value is 40 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b6282b hue: 1.00 , saturation: 0.64 and the lightness value of b6282b is 0.44.
The process color (four color CMYK) of #b6282b color hex is 0.00, 0.78, 0.76, 0.29. Web safe color of #b6282b is #cc3333. Color #b6282b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101000 | 00101011 |
Octal | 266 | 50 | 53 |
Decimal | 182 | 40 | 43 |
Hex | B6 | 28 | 2B |
Shades of #b6282b
Tints of #b6282b
RGB Percentages of Color #b6282b
CMYK Percentages of Color #b6282b
Complementary Color
#b6282b | #28b6b3 |
#b6282b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6282b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6282b Color CSS Codes
.mybgcolor {background-color:#b6282b; } .myforecolor {color:#b6282b; } .mybordercolor {border:3px solid #b6282b; }
#b6282b Text Font Color
<p style="color:#b6282b">Text here</p>
This sample text font color is #b6282b
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.
#b6282b Background Color
<div style="background-color:#b6282b">
Div content here</div>
This div background color is #b6282b
#b6282b Border Color
<div style="border:3px solid #b6282b">
Div here</div>
This div border color is #b6282b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,40,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6282b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6282b; -webkit-box-shadow: 1px 1px 3px 2px #b6282b; box-shadow: 1px 1px 3px 2px #b6282b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,40,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6282b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6282b; -webkit-box-shadow: 1px 1px 3px 2px #b6282b; box-shadow: 1px 1px 3px 2px #b6282b;">
Div content here</div>
This div box has shadow with color #b6282b
Comments
No comments written yet.
Please login to write comment.