Color spaces of #b6212b
RGB | 182 | 33 | 43 |
---|---|---|---|
HSL | 0.99 | 0.69 | 0.42 |
HSV | 356° | 82° | 71° |
CMYK | 0.00 | 0.82 | 0.76 0.29 |
XYZ | 20.2713 | 11.2072 | 3.3803 |
Yxy | 11.2072 | 0.5815 | 0.3215 |
Hunter Lab | 33.4772 | 49.5014 | 17.4473 |
CIE-Lab | 39.9273 | 57.6680 | 33.5682 |
#b6212b color RGB value is (182,33,43).
#b6212b hex color red value is 182, green value is 33 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b6212b hue: 0.99 , saturation: 0.69 and the lightness value of b6212b is 0.42.
The process color (four color CMYK) of #b6212b color hex is 0.00, 0.82, 0.76, 0.29. Web safe color of #b6212b is #cc3333. Color #b6212b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00100001 | 00101011 |
Octal | 266 | 41 | 53 |
Decimal | 182 | 33 | 43 |
Hex | B6 | 21 | 2B |
Shades of #b6212b
Tints of #b6212b
RGB Percentages of Color #b6212b
CMYK Percentages of Color #b6212b
Complementary Color
#b6212b | #21b6ac |
#b6212b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6212b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6212b Color CSS Codes
.mybgcolor {background-color:#b6212b; } .myforecolor {color:#b6212b; } .mybordercolor {border:3px solid #b6212b; }
#b6212b Text Font Color
<p style="color:#b6212b">Text here</p>
This sample text font color is #b6212b
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.
#b6212b Background Color
<div style="background-color:#b6212b">
Div content here</div>
This div background color is #b6212b
#b6212b Border Color
<div style="border:3px solid #b6212b">
Div here</div>
This div border color is #b6212b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,33,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6212b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6212b; -webkit-box-shadow: 1px 1px 3px 2px #b6212b; box-shadow: 1px 1px 3px 2px #b6212b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,33,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 #b6212b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6212b; -webkit-box-shadow: 1px 1px 3px 2px #b6212b; box-shadow: 1px 1px 3px 2px #b6212b;">
Div content here</div>
This div box has shadow with color #b6212b
Comments
No comments written yet.
Please login to write comment.