#B32F29

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

Shades of Fire Brick #B32F29

Tints of Fire Brick #B32F29

Color information

#B32F29 (or 0xB32F29) is unknown color: approx Fire Brick. HEX triplet: B3, 2F and 29. RGB value is (179,47,41). Sum of RGB (Red+Green+Blue) = 179+47+41=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F29 is #4CD0D6. Grayscale: #555555. Windows color (decimal): -5034199 or 2699187. OLE color: 2699187.

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

Color convert

RGB1794741-
CMYK00.740.770.30
HSL2.61º62.73%43.14%-
HSV(B)2.61º77.09%70.2%-
XYZ20.0111.783.32-
YUV85.78102.73194.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=67.04%
G=17.60%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179474100.740.770.302.6162.7343.14
HexB32F2904A4D1E33f2b
Octal263575101121153637753
Binary101100111011111010010100101010011011111011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F29; }

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

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

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

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

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

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

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

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