#B22B1C

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

Shades of Fire Brick #B22B1C

Tints of Fire Brick #B22B1C

Color information

#B22B1C (or 0xB22B1C) is unknown color: approx Fire Brick. HEX triplet: B2, 2B and 1C. RGB value is (178,43,28). Sum of RGB (Red+Green+Blue) = 178+43+28=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B1C is #4DD4E3. Grayscale: #515151. Windows color (decimal): -5100772 or 1846194. OLE color: 1846194.

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

Color convert

RGB1784328-
CMYK00.760.840.30
HSL72.82%40.39%-
HSV(B)84.27%69.8%-
XYZ19.4311.282.25-
YUV81.6697.73196.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.49%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=71.49%
G=17.27%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178432800.760.840.30672.8240.39
HexB22B1C04C541E64928
Octal2625334011412436611150
Binary1011001010101111100010011001010100111101101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B1C; }

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

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

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

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

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

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

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

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