#B22B1D

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

Shades of Fire Brick #B22B1D

Tints of Fire Brick #B22B1D

Color information

#B22B1D (or 0xB22B1D) is unknown color: approx Fire Brick. HEX triplet: B2, 2B and 1D. RGB value is (178,43,29). Sum of RGB (Red+Green+Blue) = 178+43+29=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B1D is #4DD4E2. Grayscale: #515151. Windows color (decimal): -5100771 or 1911730. OLE color: 1911730.

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

Color convert

RGB1784329-
CMYK00.760.840.30
HSL5.64º71.98%40.59%-
HSV(B)5.64º83.71%69.8%-
XYZ19.4511.282.32-
YUV81.7798.23196.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.2%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=71.2%
G=17.2%
B=11.6%

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
Decimal178432900.760.840.305.6471.9840.59
HexB22B1D04C541E64829
Octal2625335011412436611051
Binary1011001010101111101010011001010100111101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B1D; }

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

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

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

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

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

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

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

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