#B3190B

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

Shades of Fire Brick #B3190B

Tints of Fire Brick #B3190B

Color information

#B3190B (or 0xB3190B) is unknown color: approx Fire Brick. HEX triplet: B3, 19 and 0B. RGB value is (179,25,11). Sum of RGB (Red+Green+Blue) = 179+25+11=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B3190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3190B is #4CE6F4. Grayscale: #454545. Windows color (decimal): -5039861 or 727475. OLE color: 727475.

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

Color convert

RGB1792511-
CMYK00.860.940.30
HSL88.42%37.25%-
HSV(B)93.85%70.2%-
XYZ1910.31.3-
YUV69.4595.02206.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 83.26%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=83.26%
G=11.63%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179251100.860.940.30588.4237.25
HexB319B0565E1E55825
Octal2633113012613636513045
Binary10110011110011011010101101011110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3190B; }

 p { color: rgb(179,25,11); }

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

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

 a { background-color: rgb(179,25,11); }

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

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

 span { border-color: rgb(179,25,11); }

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