Color Hex Logo

#b61500 Color Hex

#B61500
(182,21,0)
0 Favorites   0 Comments

Color spaces of #b61500

RGB 182210
HSL0.021.000.36
HSV100°71°
CMYK 0.000.881.00   0.29
XYZ19.559610.48140.9922
Yxy10.48140.63030.3377
Hunter Lab32.375051.185920.8454
CIE-Lab38.692959.450752.5238

#b61500 color RGB value is (182,21,0).

#b61500 hex color red value is 182, green value is 21 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b61500 hue: 0.02 , saturation: 1.00 and the lightness value of b61500 is 0.36.

The process color (four color CMYK) of #b61500 color hex is 0.00, 0.88, 1.00, 0.29. Web safe color of #b61500 is #cc0000. Color #b61500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 00000000
Octal 266 25 0
Decimal 182 21 0
Hex B6 15 0

RGB Percentages of Color #b61500

%89.66
%10.34
%0.00

CMYK Percentages of Color #b61500

%0
%88
%100
%29

Triadic Colors of #b61500

#b61500 #00b615 #1500b6

Analogous Colors of #b61500

#b61500 #b67000 #b60046

Monochromatic Colors of #b61500

#b61500

Complementary Color

#b61500 #00a1b6

#b61500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61500 Color CSS Codes

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

#b61500 Text Font Color

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

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


#b61500 Background Color

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

This div background color is #b61500


#b61500 Border Color

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

This div border color is #b61500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61500

#b61500 Color Palettes


Comments

No comments written yet.

Please login to write comment.