#B2150D

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

Shades of Fire Brick #B2150D

Tints of Fire Brick #B2150D

Color information

#B2150D (or 0xB2150D) is unknown color: approx Fire Brick. HEX triplet: B2, 15 and 0D. RGB value is (178,21,13). Sum of RGB (Red+Green+Blue) = 178+21+13=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B2150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2150D is #4DEAF2. Grayscale: #434343. Windows color (decimal): -5106419 or 857522. OLE color: 857522.

HSL color Cylindrical-coordinate representation of color #B2150D: hue angle of 2.91º 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 #B2150D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1782113-
CMYK00.880.930.30
HSL2.91º86.39%37.45%-
HSV(B)2.91º92.7%69.8%-
XYZ18.710.031.33-
YUV67.0397.51207.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.96%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=83.96%
G=9.91%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178211300.880.930.302.9186.3937.45
HexB215D0585D1E35625
Octal2622515013013536312645
Binary1011001010101110101011000101110111110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2150D; }

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

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

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

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

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

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

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

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