#B6170F

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

Shades of Fire Brick #B6170F

Tints of Fire Brick #B6170F

Color information

#B6170F (or 0xB6170F) is unknown color: approx Fire Brick. HEX triplet: B6, 17 and 0F. RGB value is (182,23,15). Sum of RGB (Red+Green+Blue) = 182+23+15=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B6170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6170F is #49E8F0. Grayscale: #454545. Windows color (decimal): -4843761 or 989110. OLE color: 989110.

HSL color Cylindrical-coordinate representation of color #B6170F: hue angle of 2.87º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6170F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1822315-
CMYK00.870.920.29
HSL2.87º84.77%38.63%-
HSV(B)2.87º91.76%71.37%-
XYZ19.6810.591.46-
YUV69.6397.18208.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.73%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=82.73%
G=10.45%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182231500.870.920.292.8784.7738.63
HexB617F0575C1D35527
Octal2662717012713435312547
Binary1011011010111111101010111101110011101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6170F; }

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

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

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

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

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

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

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

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