Color Hex Logo

#b3021a Color Hex

#B3021A
(179,2,26)
0 Favorites   0 Comments

Color spaces of #b3021a

RGB 179226
HSL0.980.980.35
HSV352°99°70°
CMYK 0.000.990.85   0.30
XYZ18.79869.70171.8591
Yxy9.70170.61920.3196
Hunter Lab31.147653.222618.2645
CIE-Lab37.301661.568540.3990

#b3021a color RGB value is (179,2,26).

#b3021a hex color red value is 179, green value is 2 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b3021a hue: 0.98 , saturation: 0.98 and the lightness value of b3021a is 0.35.

The process color (four color CMYK) of #b3021a color hex is 0.00, 0.99, 0.85, 0.30. Web safe color of #b3021a is #cc0033. Color #b3021a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000010 00011010
Octal 263 2 32
Decimal 179 2 26
Hex B3 2 1A

RGB Percentages of Color #b3021a

%86.47
%0.97
%12.56

CMYK Percentages of Color #b3021a

%0
%99
%85
%30

Triadic Colors of #b3021a

#b3021a #1ab302 #021ab3

Analogous Colors of #b3021a

#b3021a #b34302 #b30273

Monochromatic Colors of #b3021a

#b3021a

Complementary Color

#b3021a #02b39b

#b3021a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3021a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3021a Color CSS Codes

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

#b3021a Text Font Color

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

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


#b3021a Background Color

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

This div background color is #b3021a


#b3021a Border Color

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

This div border color is #b3021a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3021a


Comments

No comments written yet.

Please login to write comment.