#B22B29

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

Shades of Fire Brick #B22B29

Tints of Fire Brick #B22B29

Color information

#B22B29 (or 0xB22B29) is unknown color: approx Fire Brick. HEX triplet: B2, 2B and 29. RGB value is (178,43,41). Sum of RGB (Red+Green+Blue) = 178+43+41=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B29 is #4DD4D6. Grayscale: #535353. Windows color (decimal): -5100759 or 2698162. OLE color: 2698162.

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

Color convert

RGB1784341-
CMYK00.760.770.30
HSL0.88º62.56%42.94%-
HSV(B)0.88º76.97%69.8%-
XYZ19.6211.353.25-
YUV83.14104.23195.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=67.94%
G=16.41%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178434100.760.770.300.8862.5642.94
HexB22B2904C4D1E13f2b
Octal262535101141153617753
Binary10110010101011101001010011001001101111101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B29; }

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

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

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

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

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

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

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

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