#B3291B

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

Shades of Fire Brick #B3291B

Tints of Fire Brick #B3291B

Color information

#B3291B (or 0xB3291B) is unknown color: approx Fire Brick. HEX triplet: B3, 29 and 1B. RGB value is (179,41,27). Sum of RGB (Red+Green+Blue) = 179+41+27=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3291B is #4CD6E4. Grayscale: #505050. Windows color (decimal): -5035749 or 1780147. OLE color: 1780147.

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

Color convert

RGB1794127-
CMYK00.770.850.30
HSL5.53º73.79%40.39%-
HSV(B)5.53º84.92%70.2%-
XYZ19.5811.252.18-
YUV80.6797.72198.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.47%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=72.47%
G=16.60%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179412700.770.850.305.5373.7940.39
HexB3291B04D551E64a28
Octal2635133011512536611250
Binary1011001110100111011010011011010101111101101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3291B; }

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

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

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

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

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

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

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

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