#B2140D

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

Shades of Fire Brick #B2140D

Tints of Fire Brick #B2140D

Color information

#B2140D (or 0xB2140D) is unknown color: approx Fire Brick. HEX triplet: B2, 14 and 0D. RGB value is (178,20,13). Sum of RGB (Red+Green+Blue) = 178+20+13=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2140D is #4DEBF2. Grayscale: #424242. Windows color (decimal): -5106675 or 857266. OLE color: 857266.

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

Color convert

RGB1782013-
CMYK00.890.930.30
HSL2.55º86.39%37.45%-
HSV(B)2.55º92.7%69.8%-
XYZ18.689.991.33-
YUV66.4497.85207.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 84.36%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 13 (5.47% from 255) = 6.16%
R=84.36%
G=9.48%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178201300.890.930.302.5586.3937.45
HexB214D0595D1E35625
Octal2622415013113536312645
Binary1011001010100110101011001101110111110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2140D; }

 p { color: rgb(178,20,13); }

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

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

 a { background-color: rgb(178,20,13); }

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

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

 span { border-color: rgb(178,20,13); }

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