#B8170C

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

Shades of Fire Brick #B8170C

Tints of Fire Brick #B8170C

Color information

#B8170C (or 0xB8170C) is unknown color: approx Fire Brick. HEX triplet: B8, 17 and 0C. RGB value is (184,23,12). Sum of RGB (Red+Green+Blue) = 184+23+12=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8170C is #47E8F3. Grayscale: #464646. Windows color (decimal): -4712692 or 792504. OLE color: 792504.

HSL color Cylindrical-coordinate representation of color #B8170C: hue angle of 3.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8170C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB1842312-
CMYK00.880.930.28
HSL3.84º87.76%38.43%-
HSV(B)3.84º93.48%72.16%-
XYZ20.1410.831.38-
YUV69.8895.34209.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.02%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=84.02%
G=10.50%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184231200.880.930.283.8487.7638.43
HexB817C0585D1C45826
Octal2702714013013534413046
Binary10111000101111100010110001011101111001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8170C; }

 p { color: rgb(184,23,12); }

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

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

 a { background-color: rgb(184,23,12); }

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

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

 span { border-color: rgb(184,23,12); }

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