#B2170B

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

Shades of Fire Brick #B2170B

Tints of Fire Brick #B2170B

Color information

#B2170B (or 0xB2170B) is unknown color: approx Fire Brick. HEX triplet: B2, 17 and 0B. RGB value is (178,23,11). Sum of RGB (Red+Green+Blue) = 178+23+11=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B2170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2170B is #4DE8F4. Grayscale: #444444. Windows color (decimal): -5105909 or 726962. OLE color: 726962.

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

Color convert

RGB1782311-
CMYK00.870.940.30
HSL4.31º88.36%37.06%-
HSV(B)4.31º93.82%69.8%-
XYZ18.7310.11.28-
YUV67.9895.85206.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.96%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=83.96%
G=10.85%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178231100.870.940.304.3188.3637.06
HexB217B0575E1E45825
Octal2622713012713636413045
Binary10110010101111011010101111011110111101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2170B; }

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

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

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

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

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

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

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

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