color codes Logo

#b51b3d color codes

#B51B3D
(181,27,61)
0 Favorites   0 Comments

Color spaces of #b51b3d

RGB 1812761
HSL0.960.740.41
HSV347°85°71°
CMYK 0.000.850.66   0.29
XYZ20.290310.94455.4580
Yxy10.94450.55300.2983
Hunter Lab33.082551.584113.3760
CIE-Lab39.486859.659721.9239

#b51b3d color RGB value is (181,27,61).

#b51b3d hex color red value is 181, green value is 27 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b51b3d hue: 0.96 , saturation: 0.74 and the lightness value of b51b3d is 0.41.

The process color (four color CMYK) of #b51b3d color code is 0.00, 0.85, 0.66, 0.29. Web safe color of #b51b3d is #cc3333. Color #b51b3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011011 00111101
Octal 265 33 75
Decimal 181 27 61
Hex B5 1B 3D

RGB Percentages of Color #b51b3d

%67.29
%10.04
%22.68

CMYK Percentages of Color #b51b3d

%0
%85
%66
%29

Triadic Colors of #b51b3d

#b51b3d #3db51b #1b3db5

Analogous Colors of #b51b3d

#b51b3d #b5461b #b51b8a

Monochromatic Colors of #b51b3d

#b51b3d

Complementary Color

#b51b3d #1bb593

#b51b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51b3d Color CSS Codes

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

#b51b3d Text Font Color

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

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


#b51b3d Background Color

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

This div background color is #b51b3d


#b51b3d Border Color

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

This div border color is #b51b3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,27,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b51b3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b51b3d;
  -webkit-box-shadow: 1px 1px 3px 2px #b51b3d;
  box-shadow:         1px 1px 3px 2px #b51b3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,27,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51b3d


Comments

No comments written yet.

Please login to write comment.