Color Hex Logo

#b21000 Color Hex

#B21000
(178,16,0)
0 Favorites   0 Comments

Color spaces of #b21000

RGB 178160
HSL0.011.000.35
HSV100°70°
CMYK 0.000.911.00   0.30
XYZ18.54549.83560.9210
Yxy9.83560.63290.3357
Hunter Lab31.361850.670720.2121
CIE-Lab37.545759.202551.5606

#b21000 color RGB value is (178,16,0).

#b21000 hex color red value is 178, green value is 16 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b21000 hue: 0.01 , saturation: 1.00 and the lightness value of b21000 is 0.35.

The process color (four color CMYK) of #b21000 color hex is 0.00, 0.91, 1.00, 0.30. Web safe color of #b21000 is #990000. Color #b21000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010000 00000000
Octal 262 20 0
Decimal 178 16 0
Hex B2 10 0

RGB Percentages of Color #b21000

%91.75
%8.25
%0.00

CMYK Percentages of Color #b21000

%0
%91
%100
%30

Triadic Colors of #b21000

#b21000 #00b210 #1000b2

Analogous Colors of #b21000

#b21000 #b26900 #b20049

Monochromatic Colors of #b21000

#b21000

Complementary Color

#b21000 #00a2b2

#b21000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21000 Color CSS Codes

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

#b21000 Text Font Color

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

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


#b21000 Background Color

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

This div background color is #b21000


#b21000 Border Color

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

This div border color is #b21000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21000


Comments

No comments written yet.

Please login to write comment.