#B2190C

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

Shades of Fire Brick #B2190C

Tints of Fire Brick #B2190C

Color information

#B2190C (or 0xB2190C) is unknown color: approx Fire Brick. HEX triplet: B2, 19 and 0C. RGB value is (178,25,12). Sum of RGB (Red+Green+Blue) = 178+25+12=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B2190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2190C is #4DE6F3. Grayscale: #454545. Windows color (decimal): -5105396 or 793010. OLE color: 793010.

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

Color convert

RGB1782512-
CMYK00.860.930.30
HSL4.7º87.37%37.25%-
HSV(B)4.7º93.26%69.8%-
XYZ18.7710.191.32-
YUV69.2695.69205.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.79%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=82.79%
G=11.63%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178251200.860.930.304.787.3737.25
HexB219C0565D1E55725
Octal2623114012613536512745
Binary10110010110011100010101101011101111101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2190C; }

 p { color: rgb(178,25,12); }

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

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

 a { background-color: rgb(178,25,12); }

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

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

 span { border-color: rgb(178,25,12); }

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