#B31918

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

Shades of Fire Brick #B31918

Tints of Fire Brick #B31918

Color information

#B31918 (or 0xB31918) is unknown color: approx Fire Brick. HEX triplet: B3, 19 and 18. RGB value is (179,25,24). Sum of RGB (Red+Green+Blue) = 179+25+24=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B31918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31918 is #4CE6E7. Grayscale: #474747. Windows color (decimal): -5039848 or 1579443. OLE color: 1579443.

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

Color convert

RGB1792524-
CMYK00.860.870.30
HSL0.39º76.35%39.8%-
HSV(B)0.39º86.59%70.2%-
XYZ19.110.341.85-
YUV70.93101.52205.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.51%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=78.51%
G=10.96%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179252400.860.870.300.3976.3539.8
HexB31918056571E04c28
Octal2633130012612736011450
Binary1011001111001110000101011010101111111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31918; }

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

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

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

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

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

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

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

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