Color Hex Logo

#bd2915 Color Hex

#BD2915
(189,41,21)
0 Favorites   0 Comments

Color spaces of #bd2915

RGB 1894121
HSL0.020.800.41
HSV89°74°
CMYK 0.000.780.89   0.26
XYZ21.914612.45881.9592
Yxy12.45880.60320.3429
Hunter Lab35.297049.054221.4170
CIE-Lab41.936256.872347.4814

#bd2915 color RGB value is (189,41,21).

#bd2915 hex color red value is 189, green value is 41 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bd2915 hue: 0.02 , saturation: 0.80 and the lightness value of bd2915 is 0.41.

The process color (four color CMYK) of #bd2915 color hex is 0.00, 0.78, 0.89, 0.26. Web safe color of #bd2915 is #cc3300. Color #bd2915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 00010101
Octal 275 51 25
Decimal 189 41 21
Hex BD 29 15

RGB Percentages of Color #bd2915

%75.30
%16.33
%8.37

CMYK Percentages of Color #bd2915

%0
%78
%89
%26

Triadic Colors of #bd2915

#bd2915 #15bd29 #2915bd

Analogous Colors of #bd2915

#bd2915 #bd7d15 #bd1555

Monochromatic Colors of #bd2915

#bd2915

Complementary Color

#bd2915 #15a9bd

#bd2915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2915 Color CSS Codes

.mybgcolor {background-color:#bd2915; } 
.myforecolor {color:#bd2915; }
.mybordercolor {border:3px solid #bd2915; }

#bd2915 Text Font Color

<p style="color:#bd2915">Text here</p>

This sample text font color is #bd2915
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.


#bd2915 Background Color

<div style="background-color:#bd2915">
Div content here</div>

This div background color is #bd2915


#bd2915 Border Color

<div style="border:3px solid #bd2915">
Div here</div>

This div border color is #bd2915


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,41,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd2915; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd2915;
  -webkit-box-shadow: 1px 1px 3px 2px #bd2915;
  box-shadow:         1px 1px 3px 2px #bd2915; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,41,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd2915">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd2915;
  -webkit-box-shadow: 1px 1px 3px 2px #bd2915;
  box-shadow:         1px 1px 3px 2px #bd2915;">
Div content here</div>

This div box has shadow with color #bd2915


Comments

No comments written yet.

Please login to write comment.