#B32E24

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

Shades of Fire Brick #B32E24

Tints of Fire Brick #B32E24

Color information

#B32E24 (or 0xB32E24) is unknown color: approx Fire Brick. HEX triplet: B3, 2E and 24. RGB value is (179,46,36). Sum of RGB (Red+Green+Blue) = 179+46+36=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E24 is #4CD1DB. Grayscale: #545454. Windows color (decimal): -5034460 or 2371251. OLE color: 2371251.

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

Color convert

RGB1794636-
CMYK00.740.800.30
HSL4.2º66.51%42.16%-
HSV(B)4.2º79.89%70.2%-
XYZ19.8911.672.87-
YUV84.63100.56195.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.58%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=68.58%
G=17.62%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179463600.740.800.304.266.5142.16
HexB32E2404A501E4432a
Octal2635644011212036410352
Binary10110011101110100100010010101010000111101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E24; }

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

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

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

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

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

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

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

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