Color Hex Logo

#bd221a Color Hex

#BD221A
(189,34,26)
0 Favorites   0 Comments

Color spaces of #bd221a

RGB 1893426
HSL0.010.760.42
HSV86°74°
CMYK 0.000.820.86   0.26
XYZ21.744712.03752.1547
Yxy12.03750.60510.3350
Hunter Lab34.695151.156120.6044
CIE-Lab41.275758.925144.6543

#bd221a color RGB value is (189,34,26).

#bd221a hex color red value is 189, green value is 34 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bd221a hue: 0.01 , saturation: 0.76 and the lightness value of bd221a is 0.42.

The process color (four color CMYK) of #bd221a color hex is 0.00, 0.82, 0.86, 0.26. Web safe color of #bd221a is #cc3333. Color #bd221a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100010 00011010
Octal 275 42 32
Decimal 189 34 26
Hex BD 22 1A

RGB Percentages of Color #bd221a

%75.90
%13.65
%10.44

CMYK Percentages of Color #bd221a

%0
%82
%86
%26

Triadic Colors of #bd221a

#bd221a #1abd22 #221abd

Analogous Colors of #bd221a

#bd221a #bd741a #bd1a64

Monochromatic Colors of #bd221a

#bd221a

Complementary Color

#bd221a #1ab5bd

#bd221a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd221a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd221a Color CSS Codes

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

#bd221a Text Font Color

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

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


#bd221a Background Color

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

This div background color is #bd221a


#bd221a Border Color

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

This div border color is #bd221a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd221a


Comments

No comments written yet.

Please login to write comment.