Color Hex Logo

#bd182a Color Hex

#BD182A
(189,24,42)
0 Favorites   0 Comments

Color spaces of #bd182a

RGB 1892442
HSL0.980.770.42
HSV353°87°74°
CMYK 0.000.870.78   0.26
XYZ21.730811.63933.2917
Yxy11.63930.59270.3175
Hunter Lab34.116453.993718.1609
CIE-Lab40.637061.612835.3459

#bd182a color RGB value is (189,24,42).

#bd182a hex color red value is 189, green value is 24 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd182a hue: 0.98 , saturation: 0.77 and the lightness value of bd182a is 0.42.

The process color (four color CMYK) of #bd182a color hex is 0.00, 0.87, 0.78, 0.26. Web safe color of #bd182a is #cc0033. Color #bd182a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 00101010
Octal 275 30 52
Decimal 189 24 42
Hex BD 18 2A

RGB Percentages of Color #bd182a

%74.12
%9.41
%16.47

CMYK Percentages of Color #bd182a

%0
%87
%78
%26

Triadic Colors of #bd182a

#bd182a #2abd18 #182abd

Analogous Colors of #bd182a

#bd182a #bd5918 #bd187d

Monochromatic Colors of #bd182a

#bd182a

Complementary Color

#bd182a #18bdab

#bd182a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd182a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd182a Color CSS Codes

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

#bd182a Text Font Color

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

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


#bd182a Background Color

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

This div background color is #bd182a


#bd182a Border Color

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

This div border color is #bd182a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd182a


Comments

No comments written yet.

Please login to write comment.