#B2291C

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

Shades of Fire Brick #B2291C

Tints of Fire Brick #B2291C

Color information

#B2291C (or 0xB2291C) is unknown color: approx Fire Brick. HEX triplet: B2, 29 and 1C. RGB value is (178,41,28). Sum of RGB (Red+Green+Blue) = 178+41+28=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2291C is #4DD6E3. Grayscale: #505050. Windows color (decimal): -5101284 or 1845682. OLE color: 1845682.

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

Color convert

RGB1784128-
CMYK00.770.840.30
HSL5.2º72.82%40.39%-
HSV(B)5.2º84.27%69.8%-
XYZ19.3611.132.23-
YUV80.4898.39197.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.06%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=72.06%
G=16.60%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178412800.770.840.305.272.8240.39
HexB2291C04D541E54928
Octal2625134011512436511150
Binary1011001010100111100010011011010100111101011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2291C; }

 p { color: rgb(178,41,28); }

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

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

 a { background-color: rgb(178,41,28); }

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

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

 span { border-color: rgb(178,41,28); }

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