Color Hex Logo

#b61220 Color Hex

#B61220
(182,18,32)
0 Favorites   0 Comments

Color spaces of #b61220

RGB 1821832
HSL0.990.820.39
HSV355°90°71°
CMYK 0.000.900.82   0.29
XYZ19.768410.48202.3478
Yxy10.48200.60640.3216
Hunter Lab32.375952.332418.3636
CIE-Lab38.694060.492938.6330

#b61220 color RGB value is (182,18,32).

#b61220 hex color red value is 182, green value is 18 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b61220 hue: 0.99 , saturation: 0.82 and the lightness value of b61220 is 0.39.

The process color (four color CMYK) of #b61220 color hex is 0.00, 0.90, 0.82, 0.29. Web safe color of #b61220 is #cc0033. Color #b61220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 00100000
Octal 266 22 40
Decimal 182 18 32
Hex B6 12 20

RGB Percentages of Color #b61220

%78.45
%7.76
%13.79

CMYK Percentages of Color #b61220

%0
%90
%82
%29

Triadic Colors of #b61220

#b61220 #20b612 #1220b6

Analogous Colors of #b61220

#b61220 #b65612 #b61272

Monochromatic Colors of #b61220

#b61220

Complementary Color

#b61220 #12b6a8

#b61220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61220 Color CSS Codes

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

#b61220 Text Font Color

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

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


#b61220 Background Color

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

This div background color is #b61220


#b61220 Border Color

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

This div border color is #b61220


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,18,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b61220; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b61220;
  -webkit-box-shadow: 1px 1px 3px 2px #b61220;
  box-shadow:         1px 1px 3px 2px #b61220; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,18,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61220


Comments

No comments written yet.

Please login to write comment.