#B23224

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

Shades of Fire Brick #B23224

Tints of Fire Brick #B23224

Color information

#B23224 (or 0xB23224) is unknown color: approx Fire Brick. HEX triplet: B2, 32 and 24. RGB value is (178,50,36). Sum of RGB (Red+Green+Blue) = 178+50+36=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B23224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23224 is #4DCDDB. Grayscale: #565656. Windows color (decimal): -5098972 or 2372274. OLE color: 2372274.

HSL color Cylindrical-coordinate representation of color #B23224: hue angle of 5.92º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B23224 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1785036-
CMYK00.720.800.30
HSL5.92º66.36%41.96%-
HSV(B)5.92º79.78%69.8%-
XYZ19.8211.872.92-
YUV86.6899.41193.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.42%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=67.42%
G=18.94%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178503600.720.800.305.9266.3641.96
HexB23224048501E6422a
Octal2626244011012036610252
Binary10110010110010100100010010001010000111101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23224; }

 p { color: rgb(178,50,36); }

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

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

 a { background-color: rgb(178,50,36); }

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

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

 span { border-color: rgb(178,50,36); }

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