Color Hex Logo

#b2200c Color Hex

#B2200C
(178,32,12)
0 Favorites   0 Comments

Color spaces of #b2200c

RGB 1783212
HSL0.020.870.37
HSV93°70°
CMYK 0.000.820.93   0.30
XYZ18.943010.52451.3809
Yxy10.52450.61410.3412
Hunter Lab32.441547.455820.1853
CIE-Lab38.767855.992947.7866

#b2200c color RGB value is (178,32,12).

#b2200c hex color red value is 178, green value is 32 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b2200c hue: 0.02 , saturation: 0.87 and the lightness value of b2200c is 0.37.

The process color (four color CMYK) of #b2200c color hex is 0.00, 0.82, 0.93, 0.30. Web safe color of #b2200c is #993300. Color #b2200c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100000 00001100
Octal 262 40 14
Decimal 178 32 12
Hex B2 20 C

RGB Percentages of Color #b2200c

%80.18
%14.41
%5.41

CMYK Percentages of Color #b2200c

%0
%82
%93
%30

Triadic Colors of #b2200c

#b2200c #0cb220 #200cb2

Analogous Colors of #b2200c

#b2200c #b2730c #b20c4b

Monochromatic Colors of #b2200c

#b2200c

Complementary Color

#b2200c #0c9eb2

#b2200c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2200c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2200c Color CSS Codes

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

#b2200c Text Font Color

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

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


#b2200c Background Color

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

This div background color is #b2200c


#b2200c Border Color

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

This div border color is #b2200c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2200c


Comments

No comments written yet.

Please login to write comment.