#B21E19

Color #B21E19 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B21E19

Tints of Fire Brick #B21E19

Color information

#B21E19 (or 0xB21E19) is unknown color: approx Fire Brick. HEX triplet: B2, 1E and 19. RGB value is (178,30,25). Sum of RGB (Red+Green+Blue) = 178+30+25=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E19 is #4DE1E6. Grayscale: #494949. Windows color (decimal): -5104103 or 1646258. OLE color: 1646258.

HSL color Cylindrical-coordinate representation of color #B21E19: hue angle of 1.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21E19 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1783025-
CMYK00.830.860.30
HSL1.96º75.37%39.8%-
HSV(B)1.96º85.96%69.8%-
XYZ1910.461.94-
YUV73.68100.53202.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 76.39%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=76.39%
G=12.88%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178302500.830.860.301.9675.3739.8
HexB21E19053561E24b28
Octal2623631012312636211350
Binary10110010111101100101010011101011011110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E19; }

 p { color: rgb(178,30,25); }

 H1.HeaderClassName
 {
   color: #B21E19;
 }
 .AnyTagClassName
 {
   color: #B21E19;
 }
</style>
background-color css

<style>
 a { background-color: #B21E19; }

 a { background-color: rgb(178,30,25); }

 div.DivClassName
 {
   background-color: #B21E19;
 }
 .BgClassName
 {
   background-color: #B21E19;
 }
</style>
border-color css

<style>
 span { border-color: #B21E19; }

 span { border-color: rgb(178,30,25); }

 td.TdClassName
 {
   border-color: #B21E19;
 }
 .TagClassName
 {
   border-color: #B21E19;
 }
</style>