Color Hex Logo

#bd290d Color Hex

#BD290D
(189,41,13)
0 Favorites   0 Comments

Color spaces of #bd290d

RGB 1894113
HSL0.030.870.40
HSV10°93°74°
CMYK 0.000.780.93   0.26
XYZ21.851812.43381.6290
Yxy12.43380.60840.3462
Hunter Lab35.261648.909621.9441
CIE-Lab41.897456.746350.5417

#bd290d color RGB value is (189,41,13).

#bd290d hex color red value is 189, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bd290d hue: 0.03 , saturation: 0.87 and the lightness value of bd290d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 00001101
Octal 275 51 15
Decimal 189 41 13
Hex BD 29 D

RGB Percentages of Color #bd290d

%77.78
%16.87
%5.35

CMYK Percentages of Color #bd290d

%0
%78
%93
%26

Triadic Colors of #bd290d

#bd290d #0dbd29 #290dbd

Analogous Colors of #bd290d

#bd290d #bd810d #bd0d49

Monochromatic Colors of #bd290d

#bd290d

Complementary Color

#bd290d #0da1bd

#bd290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd290d Color CSS Codes

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

#bd290d Text Font Color

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

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


#bd290d Background Color

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

This div background color is #bd290d


#bd290d Border Color

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

This div border color is #bd290d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd290d


Comments

No comments written yet.

Please login to write comment.