#b2170f

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

Shades of Fire Brick #B2170F

Tints of Fire Brick #B2170F

Color information

#B2170F (or 0xB2170F) is unknown color: approx Fire Brick. HEX triplet: B2, 17 and 0F. RGB value is (178,23,15). Sum of RGB (Red+Green+Blue) = 178+23+15=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B2170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2170F is #4DE8F0. Grayscale: #444444. Windows color (decimal): -5105905 or 989106. OLE color: 989106.

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

Color convert

RGB1782315-
CMYK00.870.920.30
HSL2.94º84.46%37.84%-
HSV(B)2.94º91.57%69.8%-
XYZ18.7510.111.42-
YUV68.4397.85206.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=82.41%
G=10.65%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178231500.870.920.302.9484.4637.84
HexB217F0575C1E35426
Octal2622717012713436312446
Binary1011001010111111101010111101110011110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2170f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2170f; }

 p { color: rgb(178,23,15); }

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

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

 a { background-color: rgb(178,23,15); }

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

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

 span { border-color: rgb(178,23,15); }

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