Color spaces of #ad262b
RGB | 173 | 38 | 43 |
---|---|---|---|
HSL | 0.99 | 0.64 | 0.41 |
HSV | 358° | 78° | 68° |
CMYK | 0.00 | 0.78 | 0.75 0.32 |
XYZ | 18.3627 | 10.4449 | 3.3337 |
Yxy | 10.4449 | 0.5713 | 0.3250 |
Hunter Lab | 32.3186 | 44.8623 | 16.5072 |
CIE-Lab | 38.6294 | 53.5762 | 31.6206 |
#ad262b color RGB value is (173,38,43).
#ad262b hex color red value is 173, green value is 38 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ad262b hue: 0.99 , saturation: 0.64 and the lightness value of ad262b is 0.41.
The process color (four color CMYK) of #ad262b color hex is 0.00, 0.78, 0.75, 0.32. Web safe color of #ad262b is #993333. Color #ad262b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00100110 | 00101011 |
Octal | 255 | 46 | 53 |
Decimal | 173 | 38 | 43 |
Hex | AD | 26 | 2B |
Shades of #ad262b
Tints of #ad262b
RGB Percentages of Color #ad262b
CMYK Percentages of Color #ad262b
Complementary Color
#ad262b | #26ada8 |
#ad262b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad262b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad262b Color CSS Codes
.mybgcolor {background-color:#ad262b; } .myforecolor {color:#ad262b; } .mybordercolor {border:3px solid #ad262b; }
#ad262b Text Font Color
<p style="color:#ad262b">Text here</p>
This sample text font color is #ad262b
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.
#ad262b Background Color
<div style="background-color:#ad262b">
Div content here</div>
This div background color is #ad262b
#ad262b Border Color
<div style="border:3px solid #ad262b">
Div here</div>
This div border color is #ad262b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,38,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad262b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad262b; -webkit-box-shadow: 1px 1px 3px 2px #ad262b; box-shadow: 1px 1px 3px 2px #ad262b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,38,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 #ad262b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad262b; -webkit-box-shadow: 1px 1px 3px 2px #ad262b; box-shadow: 1px 1px 3px 2px #ad262b;">
Div content here</div>
This div box has shadow with color #ad262b
Comments
No comments written yet.
Please login to write comment.