#B2211D

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

Shades of Fire Brick #B2211D

Tints of Fire Brick #B2211D

Color information

#B2211D (or 0xB2211D) is unknown color: approx Fire Brick. HEX triplet: B2, 21 and 1D. RGB value is (178,33,29). Sum of RGB (Red+Green+Blue) = 178+33+29=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2211D is #4DDEE2. Grayscale: #4C4C4C. Windows color (decimal): -5103331 or 1909170. OLE color: 1909170.

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

Color convert

RGB1783329-
CMYK00.810.840.30
HSL1.61º71.98%40.59%-
HSV(B)1.61º83.71%69.8%-
XYZ19.1310.642.21-
YUV75.9101.54200.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.17%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=74.17%
G=13.75%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178332900.810.840.301.6171.9840.59
HexB2211D051541E24829
Octal2624135012112436211051
Binary101100101000011110101010001101010011110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2211D; }

 p { color: rgb(178,33,29); }

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

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

 a { background-color: rgb(178,33,29); }

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

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

 span { border-color: rgb(178,33,29); }

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