#B32D23

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

Shades of Fire Brick #B32D23

Tints of Fire Brick #B32D23

Color information

#B32D23 (or 0xB32D23) is unknown color: approx Fire Brick. HEX triplet: B3, 2D and 23. RGB value is (179,45,35). Sum of RGB (Red+Green+Blue) = 179+45+35=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D23 is #4CD2DC. Grayscale: #545454. Windows color (decimal): -5034717 or 2305459. OLE color: 2305459.

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

Color convert

RGB1794535-
CMYK00.750.800.30
HSL4.17º67.29%41.96%-
HSV(B)4.17º80.45%70.2%-
XYZ19.8311.582.78-
YUV83.93100.39195.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.11%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=69.11%
G=17.37%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179453500.750.800.304.1767.2941.96
HexB32D2304B501E4432a
Octal2635543011312036410352
Binary10110011101101100011010010111010000111101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D23; }

 p { color: rgb(179,45,35); }

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

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

 a { background-color: rgb(179,45,35); }

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

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

 span { border-color: rgb(179,45,35); }

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