Color Hex Logo

#b11c2d Color Hex

#B11C2D
(177,28,45)
0 Favorites   0 Comments

Color spaces of #b11c2d

RGB 1772845
HSL0.980.730.40
HSV353°84°69°
CMYK 0.000.840.75   0.31
XYZ19.020410.36713.4812
Yxy10.36710.57870.3154
Hunter Lab32.198049.099316.1282
CIE-Lab38.493457.572930.4766

#b11c2d color RGB value is (177,28,45).

#b11c2d hex color red value is 177, green value is 28 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b11c2d hue: 0.98 , saturation: 0.73 and the lightness value of b11c2d is 0.40.

The process color (four color CMYK) of #b11c2d color hex is 0.00, 0.84, 0.75, 0.31. Web safe color of #b11c2d is #993333. Color #b11c2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011100 00101101
Octal 261 34 55
Decimal 177 28 45
Hex B1 1C 2D

RGB Percentages of Color #b11c2d

%70.80
%11.20
%18.00

CMYK Percentages of Color #b11c2d

%0
%84
%75
%31

Triadic Colors of #b11c2d

#b11c2d #2db11c #1c2db1

Analogous Colors of #b11c2d

#b11c2d #b1561c #b11c78

Monochromatic Colors of #b11c2d

#b11c2d

Complementary Color

#b11c2d #1cb1a0

#b11c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11c2d Color CSS Codes

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

#b11c2d Text Font Color

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

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


#b11c2d Background Color

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

This div background color is #b11c2d


#b11c2d Border Color

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

This div border color is #b11c2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,28,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b11c2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b11c2d;
  -webkit-box-shadow: 1px 1px 3px 2px #b11c2d;
  box-shadow:         1px 1px 3px 2px #b11c2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,28,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11c2d


Comments

No comments written yet.

Please login to write comment.