#B3190A

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

Shades of Fire Brick #B3190A

Tints of Fire Brick #B3190A

Color information

#B3190A (or 0xB3190A) is unknown color: approx Fire Brick. HEX triplet: B3, 19 and 0A. RGB value is (179,25,10). Sum of RGB (Red+Green+Blue) = 179+25+10=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B3190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3190A is #4CE6F5. Grayscale: #454545. Windows color (decimal): -5039862 or 661939. OLE color: 661939.

HSL color Cylindrical-coordinate representation of color #B3190A: hue angle of 5.33º degrees, saturation: 0.89, 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 #B3190A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1792510-
CMYK00.860.940.30
HSL5.33º89.42%37.06%-
HSV(B)5.33º94.41%70.2%-
XYZ18.9910.31.27-
YUV69.3494.52206.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 83.64%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=83.64%
G=11.68%
B=4.67%

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
Decimal179251000.860.940.305.3389.4237.06
HexB319A0565E1E55925
Octal2633112012613636513145
Binary10110011110011010010101101011110111101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3190A; }

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

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

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

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

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

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

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

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