#B32915

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

Shades of Fire Brick #B32915

Tints of Fire Brick #B32915

Color information

#B32915 (or 0xB32915) is unknown color: approx Fire Brick. HEX triplet: B3, 29 and 15. RGB value is (179,41,21). Sum of RGB (Red+Green+Blue) = 179+41+21=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B32915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32915 is #4CD6EA. Grayscale: #505050. Windows color (decimal): -5035755 or 1386931. OLE color: 1386931.

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

Color convert

RGB1794121-
CMYK00.770.880.30
HSL7.59º79%39.22%-
HSV(B)7.59º88.27%70.2%-
XYZ19.5211.221.85-
YUV79.9894.72198.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.27%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=74.27%
G=17.01%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179412100.770.880.307.597939.22
HexB3291504D581E84f27
Octal26351250115130361011747
Binary10110011101001101010100110110110001111010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32915; }

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

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

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

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

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

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

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

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