Color Hex Logo

#bd290a Color Hex

#BD290A
(189,41,10)
0 Favorites   0 Comments

Color spaces of #bd290a

RGB 1894110
HSL0.030.900.39
HSV10°95°74°
CMYK 0.000.780.95   0.26
XYZ21.834012.42661.5350
Yxy12.42660.61000.3472
Hunter Lab35.251448.869422.0942
CIE-Lab41.886356.711351.4892

#bd290a color RGB value is (189,41,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 00001010
Octal 275 51 12
Decimal 189 41 10
Hex BD 29 A

RGB Percentages of Color #bd290a

%78.75
%17.08
%4.17

CMYK Percentages of Color #bd290a

%0
%78
%95
%26

Triadic Colors of #bd290a

#bd290a #0abd29 #290abd

Analogous Colors of #bd290a

#bd290a #bd830a #bd0a44

Monochromatic Colors of #bd290a

#bd290a

Complementary Color

#bd290a #0a9ebd

#bd290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd290a Color CSS Codes

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

#bd290a Text Font Color

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

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


#bd290a Background Color

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

This div background color is #bd290a


#bd290a Border Color

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

This div border color is #bd290a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd290a


Comments

No comments written yet.

Please login to write comment.