#B21913

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

Shades of Fire Brick #B21913

Tints of Fire Brick #B21913

Color information

#B21913 (or 0xB21913) is unknown color: approx Fire Brick. HEX triplet: B2, 19 and 13. RGB value is (178,25,19). Sum of RGB (Red+Green+Blue) = 178+25+19=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B21913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21913 is #4DE6EC. Grayscale: #464646. Windows color (decimal): -5105389 or 1251762. OLE color: 1251762.

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

Color convert

RGB1782519-
CMYK00.860.890.30
HSL2.26º80.71%38.63%-
HSV(B)2.26º89.33%69.8%-
XYZ18.8310.211.59-
YUV70.0699.19204.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.18%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=80.18%
G=11.26%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178251900.860.890.302.2680.7138.63
HexB21913056591E25127
Octal2623123012613136212147
Binary10110010110011001101010110101100111110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21913; }

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

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

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

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

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

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

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

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