Color Hex Logo

#bd130d Color Hex

#BD130D
(189,19,13)
0 Favorites   0 Comments

Color spaces of #bd130d

RGB 1891913
HSL0.010.870.40
HSV93°74°
CMYK 0.000.900.93   0.26
XYZ21.291811.31361.4423
Yxy11.31360.62540.3323
Hunter Lab33.635754.130221.0026
CIE-Lab40.103761.838649.4087

#bd130d color RGB value is (189,19,13).

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

The process color (four color CMYK) of #bd130d color hex is 0.00, 0.90, 0.93, 0.26. Web safe color of #bd130d is #cc0000. Color #bd130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 00001101
Octal 275 23 15
Decimal 189 19 13
Hex BD 13 D

RGB Percentages of Color #bd130d

%85.52
%8.60
%5.88

CMYK Percentages of Color #bd130d

%0
%90
%93
%26

Triadic Colors of #bd130d

#bd130d #0dbd13 #130dbd

Analogous Colors of #bd130d

#bd130d #bd6b0d #bd0d5f

Monochromatic Colors of #bd130d

#bd130d

Complementary Color

#bd130d #0db7bd

#bd130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd130d Color CSS Codes

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

#bd130d Text Font Color

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

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


#bd130d Background Color

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

This div background color is #bd130d


#bd130d Border Color

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

This div border color is #bd130d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,19,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 #bd130d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd130d


Comments

No comments written yet.

Please login to write comment.