#B32921

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

Shades of Fire Brick #B32921

Tints of Fire Brick #B32921

Color information

#B32921 (or 0xB32921) is unknown color: approx Fire Brick. HEX triplet: B3, 29 and 21. RGB value is (179,41,33). Sum of RGB (Red+Green+Blue) = 179+41+33=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32921 is #4CD6DE. Grayscale: #515151. Windows color (decimal): -5035743 or 2173363. OLE color: 2173363.

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

Color convert

RGB1794133-
CMYK00.770.820.30
HSL3.29º68.87%41.57%-
HSV(B)3.29º81.56%70.2%-
XYZ19.6611.282.58-
YUV81.35100.72197.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.75%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=70.75%
G=16.21%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179413300.770.820.303.2968.8741.57
HexB3292104D521E3452a
Octal2635141011512236310552
Binary1011001110100110000101001101101001011110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32921; }

 p { color: rgb(179,41,33); }

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

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

 a { background-color: rgb(179,41,33); }

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

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

 span { border-color: rgb(179,41,33); }

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