Color Hex Logo

#b21a0f Color Hex

#B21A0F
(178,26,15)
0 Favorites   0 Comments

Color spaces of #b21a0f

RGB 1782615
HSL0.010.840.38
HSV92°70°
CMYK 0.000.850.92   0.30
XYZ18.815710.23831.4364
Yxy10.23830.61710.3358
Hunter Lab31.997348.969719.7365
CIE-Lab38.266857.496746.3061

#b21a0f color RGB value is (178,26,15).

#b21a0f hex color red value is 178, green value is 26 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b21a0f hue: 0.01 , saturation: 0.84 and the lightness value of b21a0f is 0.38.

The process color (four color CMYK) of #b21a0f color hex is 0.00, 0.85, 0.92, 0.30. Web safe color of #b21a0f is #993300. Color #b21a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011010 00001111
Octal 262 32 17
Decimal 178 26 15
Hex B2 1A F

RGB Percentages of Color #b21a0f

%81.28
%11.87
%6.85

CMYK Percentages of Color #b21a0f

%0
%85
%92
%30

Triadic Colors of #b21a0f

#b21a0f #0fb21a #1a0fb2

Analogous Colors of #b21a0f

#b21a0f #b26c0f #b20f55

Monochromatic Colors of #b21a0f

#b21a0f

Complementary Color

#b21a0f #0fa7b2

#b21a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21a0f Color CSS Codes

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

#b21a0f Text Font Color

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

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


#b21a0f Background Color

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

This div background color is #b21a0f


#b21a0f Border Color

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

This div border color is #b21a0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,26,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b21a0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b21a0f;
  -webkit-box-shadow: 1px 1px 3px 2px #b21a0f;
  box-shadow:         1px 1px 3px 2px #b21a0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,26,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21a0f


Comments

No comments written yet.

Please login to write comment.