color codes Logo

#bd120c color codes

#BD120C
(189,18,12)
0 Favorites   0 Comments

Color spaces of #bd120c

RGB 1891812
HSL0.010.880.39
HSV94°74°
CMYK 0.000.900.94   0.26
XYZ21.268911.27801.4037
Yxy11.27800.62650.3322
Hunter Lab33.582754.279321.0297
CIE-Lab40.044861.983649.7331

#bd120c color RGB value is (189,18,12).

#bd120c hex color red value is 189, green value is 18 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bd120c hue: 0.01 , saturation: 0.88 and the lightness value of bd120c is 0.39.

The process color (four color CMYK) of #bd120c color code is 0.00, 0.90, 0.94, 0.26. Web safe color of #bd120c is #cc0000. Color #bd120c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010010 00001100
Octal 275 22 14
Decimal 189 18 12
Hex BD 12 C

RGB Percentages of Color #bd120c

%86.30
%8.22
%5.48

CMYK Percentages of Color #bd120c

%0
%90
%94
%26

Triadic Colors of #bd120c

#bd120c #0cbd12 #120cbd

Analogous Colors of #bd120c

#bd120c #bd6b0c #bd0c5f

Monochromatic Colors of #bd120c

#bd120c

Complementary Color

#bd120c #0cb7bd

#bd120c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd120c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd120c Color CSS Codes

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

#bd120c Text Font Color

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

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


#bd120c Background Color

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

This div background color is #bd120c


#bd120c Border Color

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

This div border color is #bd120c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd120c


Comments

No comments written yet.

Please login to write comment.