Color Hex Logo

#b41c33 Color Hex

#B41C33
(180,28,51)
0 Favorites   0 Comments

Color spaces of #b41c33

RGB 1802851
HSL0.970.730.41
HSV351°84°71°
CMYK 0.000.840.72   0.29
XYZ19.835210.77284.1659
Yxy10.77280.57040.3098
Hunter Lab32.821950.434015.4500
CIE-Lab39.195158.665927.7713

#b41c33 color RGB value is (180,28,51).

#b41c33 hex color red value is 180, green value is 28 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b41c33 hue: 0.97 , saturation: 0.73 and the lightness value of b41c33 is 0.41.

The process color (four color CMYK) of #b41c33 color hex is 0.00, 0.84, 0.72, 0.29. Web safe color of #b41c33 is #cc3333. Color #b41c33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011100 00110011
Octal 264 34 63
Decimal 180 28 51
Hex B4 1C 33

RGB Percentages of Color #b41c33

%69.50
%10.81
%19.69

CMYK Percentages of Color #b41c33

%0
%84
%72
%29

Triadic Colors of #b41c33

#b41c33 #33b41c #1c33b4

Analogous Colors of #b41c33

#b41c33 #b4511c #b41c7f

Monochromatic Colors of #b41c33

#b41c33

Complementary Color

#b41c33 #1cb49d

#b41c33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41c33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41c33 Color CSS Codes

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

#b41c33 Text Font Color

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

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


#b41c33 Background Color

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

This div background color is #b41c33


#b41c33 Border Color

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

This div border color is #b41c33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41c33


Comments

No comments written yet.

Please login to write comment.