#B32E18

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

Shades of Fire Brick #B32E18

Tints of Fire Brick #B32E18

Color information

#B32E18 (or 0xB32E18) is unknown color: approx Fire Brick. HEX triplet: B3, 2E and 18. RGB value is (179,46,24). Sum of RGB (Red+Green+Blue) = 179+46+24=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E18 is #4CD1E7. Grayscale: #535353. Windows color (decimal): -5034472 or 1584819. OLE color: 1584819.

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

Color convert

RGB1794624-
CMYK00.740.870.30
HSL8.52º76.35%39.8%-
HSV(B)8.52º86.59%70.2%-
XYZ19.7311.62.06-
YUV83.2694.56196.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=71.89%
G=18.47%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179462400.740.870.308.5276.3539.8
HexB32E1804A571E94c28
Octal26356300112127361111450
Binary10110011101110110000100101010101111111010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E18; }

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

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

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

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

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

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

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

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