Color Hex Logo

#b2230f Color Hex

#B2230F
(178,35,15)
0 Favorites   0 Comments

Color spaces of #b2230f

RGB 1783515
HSL0.020.840.38
HSV92°70°
CMYK 0.000.800.92   0.30
XYZ19.047410.70151.5136
Yxy10.70150.60930.3423
Hunter Lab32.713146.684520.1559
CIE-Lab39.073155.212446.8645

#b2230f color RGB value is (178,35,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 00001111
Octal 262 43 17
Decimal 178 35 15
Hex B2 23 F

RGB Percentages of Color #b2230f

%78.07
%15.35
%6.58

CMYK Percentages of Color #b2230f

%0
%80
%92
%30

Triadic Colors of #b2230f

#b2230f #0fb223 #230fb2

Analogous Colors of #b2230f

#b2230f #b2750f #b20f4c

Monochromatic Colors of #b2230f

#b2230f

Complementary Color

#b2230f #0f9eb2

#b2230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2230f Color CSS Codes

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

#b2230f Text Font Color

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

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


#b2230f Background Color

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

This div background color is #b2230f


#b2230f Border Color

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

This div border color is #b2230f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,35,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 #b2230f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2230f


Comments

No comments written yet.

Please login to write comment.