#B12220

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

Shades of Fire Brick #B12220

Tints of Fire Brick #B12220

Color information

#B12220 (or 0xB12220) is unknown color: approx Fire Brick. HEX triplet: B1, 22 and 20. RGB value is (177,34,32). Sum of RGB (Red+Green+Blue) = 177+34+32=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B12220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12220 is #4EDDDF. Grayscale: #4C4C4C. Windows color (decimal): -5168608 or 2106033. OLE color: 2106033.

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

Color convert

RGB1773432-
CMYK00.810.820.31
HSL0.83º69.38%40.98%-
HSV(B)0.83º81.92%69.41%-
XYZ18.9610.62.41-
YUV76.53102.88199.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.84%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=72.84%
G=13.99%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177343200.810.820.310.8369.3840.98
HexB12220051521F14529
Octal2614240012112237110551
Binary101100011000101000000101000110100101111111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12220; }

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

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

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

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

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

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

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

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