#B32218

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

Shades of Fire Brick #B32218

Tints of Fire Brick #B32218

Color information

#B32218 (or 0xB32218) is unknown color: approx Fire Brick. HEX triplet: B3, 22 and 18. RGB value is (179,34,24). Sum of RGB (Red+Green+Blue) = 179+34+24=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32218 is #4CDDE7. Grayscale: #4C4C4C. Windows color (decimal): -5037544 or 1581747. OLE color: 1581747.

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

Color convert

RGB1793424-
CMYK00.810.870.30
HSL3.87º76.35%39.8%-
HSV(B)3.87º86.59%70.2%-
XYZ19.3310.791.93-
YUV76.2298.54201.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.53%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=75.53%
G=14.35%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179342400.810.870.303.8776.3539.8
HexB32218051571E44c28
Octal2634230012112736411450
Binary1011001110001011000010100011010111111101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32218; }

 p { color: rgb(179,34,24); }

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

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

 a { background-color: rgb(179,34,24); }

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

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

 span { border-color: rgb(179,34,24); }

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