#B3291D

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

Shades of Fire Brick #B3291D

Tints of Fire Brick #B3291D

Color information

#B3291D (or 0xB3291D) is unknown color: approx Fire Brick. HEX triplet: B3, 29 and 1D. RGB value is (179,41,29). Sum of RGB (Red+Green+Blue) = 179+41+29=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3291D is #4CD6E2. Grayscale: #515151. Windows color (decimal): -5035747 or 1911219. OLE color: 1911219.

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

Color convert

RGB1794129-
CMYK00.770.840.30
HSL4.8º72.12%40.78%-
HSV(B)4.8º83.8%70.2%-
XYZ19.6111.262.3-
YUV80.8998.72197.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=71.89%
G=16.47%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179412900.770.840.304.872.1240.78
HexB3291D04D541E54829
Octal2635135011512436511051
Binary1011001110100111101010011011010100111101011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3291D; }

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

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

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

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

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

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

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

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