#B2211A

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

Shades of Fire Brick #B2211A

Tints of Fire Brick #B2211A

Color information

#B2211A (or 0xB2211A) is unknown color: approx Fire Brick. HEX triplet: B2, 21 and 1A. RGB value is (178,33,26). Sum of RGB (Red+Green+Blue) = 178+33+26=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B2211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2211A is #4DDEE5. Grayscale: #4B4B4B. Windows color (decimal): -5103334 or 1712562. OLE color: 1712562.

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

Color convert

RGB1783326-
CMYK00.810.850.30
HSL2.76º74.51%40%-
HSV(B)2.76º85.39%69.8%-
XYZ19.0910.632.02-
YUV75.56100.04201.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.11%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=75.11%
G=13.92%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178332600.810.850.302.7674.5140
HexB2211A051551E34b28
Octal2624132012112536311350
Binary101100101000011101001010001101010111110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2211A; }

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

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

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

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

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

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

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

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