#B1221B

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

Shades of Fire Brick #B1221B

Tints of Fire Brick #B1221B

Color information

#B1221B (or 0xB1221B) is unknown color: approx Fire Brick. HEX triplet: B1, 22 and 1B. RGB value is (177,34,27). Sum of RGB (Red+Green+Blue) = 177+34+27=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1221B is #4EDDE4. Grayscale: #4C4C4C. Windows color (decimal): -5168613 or 1778353. OLE color: 1778353.

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

Color convert

RGB1773427-
CMYK00.810.850.31
HSL2.8º73.53%40%-
HSV(B)2.8º84.75%69.41%-
XYZ18.910.572.08-
YUV75.96100.38200.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.37%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=74.37%
G=14.29%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177342700.810.850.312.873.5340
HexB1221B051551F34a28
Octal2614233012112537311250
Binary101100011000101101101010001101010111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1221B; }

 p { color: rgb(177,34,27); }

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

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

 a { background-color: rgb(177,34,27); }

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

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

 span { border-color: rgb(177,34,27); }

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