#B32E20

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

Shades of Fire Brick #B32E20

Tints of Fire Brick #B32E20

Color information

#B32E20 (or 0xB32E20) is unknown color: approx Fire Brick. HEX triplet: B3, 2E and 20. RGB value is (179,46,32). Sum of RGB (Red+Green+Blue) = 179+46+32=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E20 is #4CD1DF. Grayscale: #545454. Windows color (decimal): -5034464 or 2109107. OLE color: 2109107.

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

Color convert

RGB1794632-
CMYK00.740.820.30
HSL5.71º69.67%41.37%-
HSV(B)5.71º82.12%70.2%-
XYZ19.8311.642.57-
YUV84.1798.56195.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.65%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=69.65%
G=17.90%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179463200.740.820.305.7169.6741.37
HexB32E2004A521E64629
Octal2635640011212236610651
Binary10110011101110100000010010101010010111101101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E20; }

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

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

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

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

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

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

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

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